
@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v13/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PmtIkGUrs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

html,
body, p 
{   
    font-family: 'Barlow Condensed', sans-serif;
}

/* menu items */
nav, h2 {
    font-family: "Caveat Brush", cursive;
    font-size: 1.5rem;
}

h2 { 
    font-size: 2.3rem !important;
}


#subhero {
    background-color: white;
    color: black;
}

