/*
Critical Stylesheet
--------------------------
Use only to load styles that need to come above all others 
to eliminate Cumulative Layout Shift and any conflicts
*/
body, main {
    font-family: 'Montserrat',sans-serif;
    color: #333 !important;
    overflow-x: hidden;
 }