@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/InterVariable-884c49a1.woff2") format("woff2");
}

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

:root {
  --font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  /* Font weights */
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;

  /* Font sizes and line heights */
  --font-size-xs: 12px;
  --line-height-xs: 16px;

  --font-size-base: 14px;
  --line-height-base: 20px;

  --font-size-md: 16px;
  --line-height-md: 24px;

  --font-size-lg: 18px;
  --line-height-lg: 28px;

  --font-size-xl: 20px;
  --line-height-xl: 28px;

  --font-size-2xl: 22px;
  --line-height-2xl: 32px;

  --font-size-3xl: 24px;
  --line-height-3xl: 32px;

  --font-size-4xl: 30px;
  --line-height-4xl: 36px;

  --font-size-5xl: 36px;
  --line-height-5xl: 40px;

  --font-size-6xl: 48px;
  --line-height-6xl: 48px;

  --font-size-7xl: 60px;
  --line-height-7xl: 60px;
}

html, body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-gray-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: var(--font-weight-semi-bold);
  letter-spacing: -0.015em;
  color: var(--color-gray-950);
}
