/* Global styles for the entire website */
body {
    font-family: 'Inter', sans-serif;
}

/* This class styles the header and footer background */
.header-bg-custom-blue {
    background-image: url('images/bg-blue.png');
    background-size: cover;
    background-position: center;
}

/* This is the helper class for feature headings */
.text-royal-blue {
    color: #4169E1; /* Royal Blue */
}
