/* Fonts — Red Hat Text is the single family in RV Theme.
   Self-hosted variable fonts (SIL OFL), supplied by the team.
   $font-family-sans-serif in _variables.scss:
     'Red Hat Text', -apple-system, 'Segoe UI', system-ui, sans-serif */

@font-face {
  font-family: "Red Hat Text";
  src: url("../assets/fonts/RedHatText-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Text";
  src: url("../assets/fonts/RedHatText-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --rv-font-sans: "Red Hat Text", -apple-system, "Segoe UI", system-ui, sans-serif;
  /* $font-weight-medium / $font-weight-semibold — 600 is the theme's "bold" */
  --rv-weight-regular: 400; /* @kind font */
  --rv-weight-medium: 500; /* @kind font */
  --rv-weight-semibold: 600; /* @kind font */
}
