/* R4 Restoration brand webfonts — self-hosted (Google Fonts static builds), no CDN request at runtime. */
@font-face {
  font-family: 'League Gothic';
  src: url('../vendor/fonts/LeagueGothic-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../vendor/fonts/OpenSans-Variable.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../vendor/fonts/OpenSans-Variable-Italic.woff2') format('woff2');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
