@import "./constants.css";

@font-face {
  font-family: "National";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("DINProRegular"), url("/assets/fonts/dinpro-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "National";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("DINProBold"), url("/assets/fonts/dinpro-bold-webfont.woff") format("woff");
}

html,
:root {
  font-size: var(--font-16px);
}