/**
 * Roboto Variable Font
 * @typewe/roboto
 *
 * Self-hosted variable font with all weights (100-900)
 * More efficient and privacy-friendly than Google Fonts CDN
 */

/* Roboto Regular (Variable) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Roboto-Variable.woff2') format('woff2-variations');
}

/* Roboto Italic (Variable) */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Roboto-Italic-Variable.woff2') format('woff2-variations');
}