@font-face {
  font-family: "LT Univers";
  src: url("/fonts/ltunivers-420-condregular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "LT Univers";
  src: url("/fonts/ltunivers-620-condbold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "LT Univers";
  src: url("/fonts/ltunivers-720-condheavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}


:root {
  --color-1: #e8308a;
  --color-2: #074ea1;
  --color-3: #00a0e2;
  --font-family: "LT Univers", sans-serif
}
