@font-face {
    font-family: 'CleanNet';
    src: url('/fonts/medium_caps.woff2') format('woff2'), /* Modern browsers */
         url('/fonts/medium_caps.woff') format('woff');   /* Fallback for older browsers */
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Barlow Geo UP';
    src: url('/fonts/regular_caps.woff2') format('woff2'),
    url('/fonts/regular_caps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Geo UP';
    src: url('/fonts/medium_caps.woff2') format('woff2'),
    url('/fonts/medium_caps.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Geo UP';
    src: url('/fonts/Barlow/bold_caps.woff2') format('woff2'),
    url('/fonts/bold_caps.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Geo UP';
    src: url('/fonts/extrabold_caps.woff2') format('woff2'),
    url('/fonts/extrabold_caps.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}