/* RevUp uses Inter (body), Open Sans (buttons), and Nexa Heavy (logo wordmark).
   Nexa Heavy is a Fontfabric commercial face; Archivo Black is the fallback. */

@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("./Inter-VariableFont_opsz_wght.ttf") format("truetype-variations"),
       url("./Inter-VariableFont_opsz_wght.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "Nexa";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("./Nexa-Heavy.ttf") format("truetype");
}

:root {
  --font-display: "Nexa", "Archivo Black", "Inter", system-ui, sans-serif;
}
