/* Variables */
:root {
    /* fonts */
    --content-font: "Montserrat", Sans-serif;
    --header-font: "Vollkorn", Serif;

    /* colors */
    --ua-dark-blue: #002868;
    --ua-white: #FFFFFF;
    --ua-black: #000000;
    /* --ua-yellow: #DFC98A; */
    --ua-yellow: #F3D899;
    --ua-red: #BF0A30;
    


    /* font sizes */
    --content-font-size: 18px;

    /* line heights */
    --content-line-height: 1.2;

    /* desktop content width */
    --content-width: 800px;

}