@font-face {
    font-family: 'SFRounded';
    src: url('/fonts/subset-SFRounded-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('/fonts/subset-SFRounded-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('/fonts/subset-SFRounded-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('/fonts/subset-SFRounded-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body, input, optgroup, select, textarea, p {font-family: 'SFRounded', Helvetica, Arial, sans-serif!important;}
h1, h2, h3, h4, h5, h6 {font-family: 'SFRounded', Helvetica, Arial, sans-serif!important;}

.grecaptcha-badge { 
    visibility: hidden; 
}