/**
 * Narine — global styles: fonts, CSS variables, base typography.
 */

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf")
    format("truetype-variations");
  font-style: italic;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: optional;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf")
    format("truetype-variations");
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: optional;
}

:root {
  --container-width: 1640px;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family:
    "Inter",
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--not-black);
}
