:root {
  font-family: "Inter", Arial, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "InterVariable", Arial, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  }
}

/* Inter variable */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable.woff2?v=1") format("woff2");
}

@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable-Italic.woff2?v=1") format("woff2");
}

/* legacy name "Inter var" (Oct 2023) - use for tailwind support */
@font-face {
  font-family: 'Inter var';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable.woff2?v=1") format("woff2");
}

@font-face {
  font-family: 'Inter var';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable-Italic.woff2?v=1") format("woff2");
}

/* static font family name — point to variable font so that CSS using
   font-family: "Inter" still resolves to a single file download */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://static.rocketreach.co/fonts/inter/InterVariable-Italic.woff2?v=1") format("woff2");
}