/* src/styles/styles.scss */
:root {
  --color-link: #2563b3;
}
@font-face {
  font-family: "AmstelvarItalicVF";
  src: url("./media/Amstelvar-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmstelvarRomanVF";
  src: url("./media/Amstelvar-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-VariableFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Inter";
  font-variation-settings: "wght" 500, "slnt" 0;
  font-size: 18px;
}
a {
  color: var(--color-link);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
