/* AnswerShare Brand Book v2.0. Inter files are self-hosted under SIL OFL 1.1. */
@font-face {
  font-family: 'Inter';
  src: url('./InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --brand-navy: #062B57;
  --brand-teal: #1ECAD3;
  --brand-blue: #4A90E2;
  --brand-purple: #7B61C9;
  --brand-orange: #F28C28;
  --brand-gold: #F5B321;
  --brand-font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}
