/* Self-hosted Roboto. Avoids the third-party fetch that CSP `style-src 'self'`
   would otherwise block, and removes the trust gap from loading executable
   stylesheets off fonts.googleapis.com. Weights track what styles.css uses;
   add/remove as needed. */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/_home/fonts/roboto-latin-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/_home/fonts/roboto-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/_home/fonts/roboto-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/_home/fonts/roboto-latin-500-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/_home/fonts/roboto-latin-600-normal.woff2') format('woff2');
}
