@font-face {
  font-family: "Concrea Anton";
  src: url("./fonts/anton-industrial.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Concrea Rajdhani";
  src: url("./fonts/rajdhani-digital.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --font-anton: "Concrea Anton";
  --font-rajdhani: "Concrea Rajdhani";
  --font-oswald: Impact;
  --font-montserrat: Arial;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.impact-page {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
