/*
  raulpmaciel.com, fonts
  Newsreader, self-hosted, variable axes opsz 6..72 and wght 200..800.
  Two files only, roman and italic. Character comes from weight and scale.
*/

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/newsreader-roman.woff2') format('woff2-variations'),
       url('/assets/fonts/newsreader-roman.woff2') format('woff2');
}

@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/newsreader-italic.woff2') format('woff2-variations'),
       url('/assets/fonts/newsreader-italic.woff2') format('woff2');
}

:root {
  --font-body: 'Newsreader', Georgia, serif;
}
