/* russo-one-regular */
@font-face {
     font-family: 'Russo One';
     font-style: normal;
     font-weight: 400;
     src: url('/fonts/russo-one-regular.woff2') format('woff2'),
          url('/fonts/russo-one-regular.woff') format('woff'),
          url('/fonts/russo-one-regular.ttf') format('truetype')
}

/* inter-300 */
@font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 300;
     src: url('/fonts/inter-300.woff2') format('woff2'),
          url('/fonts/inter-300.woff') format('woff'),
          url('/fonts/inter-300.ttf') format('truetype')
}
/* inter-regular */
@font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 400;
     src: url('/fonts/inter-regular.woff2') format('woff2'),
          url('/fonts/inter-regular.woff') format('woff'),
          url('/fonts/inter-regular.ttf') format('truetype')
}
/* inter-500 */
@font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 500;
     src: url('/fonts/inter-500.woff2') format('woff2'),
          url('/fonts/inter-500.woff') format('woff'),
          url('/fonts/inter-500.ttf') format('truetype')
}
/* inter-600 */
@font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 600;
     src: url('/fonts/inter-600.woff2') format('woff2'),
          url('/fonts/inter-600.woff') format('woff'),
          url('/fonts/inter-600.ttf') format('truetype')
}
/* inter-700 */
@font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 700;
     src: url('/fonts/inter-700.woff2') format('woff2'),
          url('/fonts/inter-700.woff') format('woff'),
          url('/fonts/inter-700.ttf') format('truetype')
}

/* pt-serif-regular */
@font-face {
     font-family: 'PT Serif';
     font-style: normal;
     font-weight: 400;
     src: url('/fonts/pt-serif-regular.woff2') format('woff2'),
          url('/fonts/pt-serif-regular.woff') format('woff'),
          url('/fonts/pt-serif-regular.ttf') format('truetype')
}
/* pt-serif-italic */
@font-face {
     font-family: 'PT Serif';
     font-style: italic;
     font-weight: 400;
     src: url('/fonts/pt-serif-italic.woff2') format('woff2'),
          url('/fonts/pt-serif-italic.woff') format('woff'),
          url('/fonts/pt-serif-italic.ttf') format('truetype')
}
/* pt-serif-700 */
@font-face {
     font-family: 'PT Serif';
     font-style: normal;
     font-weight: 700;
     src: url('/fonts/pt-serif-700.woff2') format('woff2'),
          url('/fonts/pt-serif-700.woff') format('woff'),
          url('/fonts/pt-serif-700.ttf') format('truetype')
}
/* pt-serif-700italic */
@font-face {
     font-family: 'PT Serif';
     font-style: italic;
     font-weight: 700;
     src: url('/fonts/pt-serif-700italic.woff2') format('woff2'),
          url('/fonts/pt-serif-700italic.woff') format('woff'),
          url('/fonts/pt-serif-700italic.ttf') format('truetype')
}
/* overpass-mono-300 */
@font-face {
    font-family: 'Overpass Mono';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/overpass-mono-300.woff2') format('woff2'),
         url('/fonts/overpass-mono-300.woff') format('woff'),
         url('/fonts/overpass-mono-300.ttf') format('truetype')
}
/* overpass-mono-regular */
@font-face {
    font-family: 'Overpass Mono';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/overpass-mono-regular.woff2') format('woff2'),
         url('/fonts/overpass-mono-regular.woff') format('woff'),
         url('/fonts/overpass-mono-regular.ttf') format('truetype')
}
/* overpass-mono-700 */
@font-face {
    font-family: 'Overpass Mono';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/overpass-mono-700.woff2') format('woff2'),
         url('/fonts/overpass-mono-700.woff') format('woff'),
         url('/fonts/overpass-mono-700.ttf') format('truetype')
}