/* Set the default font for the body */
body {
    font-family: 'Roboto', sans-serif;
}

/* Headings use Open Sans */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* Links */
a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* Footer */
footer p, footer a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.font-russo {
    font-family: 'Russo One', sans-serif;
    font-weight: 700; /* Adjust the weight as needed */
}
