@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./Inter-SemiBold.woff2") format("woff2");
}

/*
 * Inter OpenType features:
 * - cv11: alternate single-story "a" (cleaner UI glyph)
 * Applied globally so every surface that loads this stylesheet matches.
 */
:root {
  --font-feature-settings: "cv11" 1;
}

html {
  font-feature-settings: var(--font-feature-settings);
}

body {
  font-feature-settings: var(--font-feature-settings);
}
