/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/google/inter/inter-v19-latin-600.woff2') format('woff2');
}

/* inter-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/google/inter/inter-v19-latin-700.woff2') format('woff2'); 
}

/* inter-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/google/inter/inter-v19-latin-800.woff2') format('woff2'); 
}

/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/google/roboto/roboto-v48-latin_latin-ext-300.woff2') format('woff2'); 
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/google/roboto/roboto-v48-latin_latin-ext-regular.woff2') format('woff2'); 
}

/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/google/roboto/roboto-v48-latin_latin-ext-500.woff2') format('woff2');
}

/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/google/roboto-mono/roboto-mono-v30-latin-regular.woff2') format('woff2');
}