@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/NeueHaasGrotesk/NHaasGroteskDSPro-55Rg.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/NeueHaasGrotesk/NHaasGroteskDSPro-65Md.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 700 900;
  src: url("../assets/fonts/NeueHaasGrotesk/NHaasGroteskDSPro-75Bd.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/NeueHaasGrotesk/NHaasGroteskDSPro-55Rg.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 500 700;
  src: url("../assets/fonts/NeueHaasGrotesk/NHaasGroteskDSPro-65Md.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Ivar Headline";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Ivar/IvarHeadline-Regular.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Ivar Headline";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/Ivar/IvarHeadline-Italic.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Ivar Headline";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Ivar/IvarHeadline-Bold.otf") format("opentype");
}

:root {
  --space-4: 4px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-14: 14px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;

  --brand\/neutral\/50: #ffffff;
  --brand\/neutral\/100: #f7f7f9;
  --brand\/neutral\/200: #e8e9ef;
  --brand\/neutral\/300: #d8d9e0;
  --brand\/neutral\/400: #b8b9c0;
  --brand\/neutral\/500: #949498;
  --brand\/neutral\/600: #707078;
  --brand\/neutral\/700: #454650;
  --brand\/neutral\/800: #2f3038;
  --brand\/neutral\/850: #1d1e24;
  --brand\/neutral\/900: #121216;
  --brand\/neutral\/950: #000000;
  --brand\/accent\/sapphire\/200: #dde4ff;
  --brand\/accent\/sapphire\/300: #8ea0ff;
  --brand\/accent\/sapphire\/400: #0220d0;
  --brand\/accent\/cherry\/300: #ff97a4;
  --brand\/accent\/cherry\/400: #f03340;
  --semantic\/text\/primary: #f5f5f5;
  --semantic\/surfaces\/panels-bg: #161616;

  --heading\/--h1-size: 54px;
  --heading\/--h2-size: 45px;
  --heading\/--h3-size: 25px;
  --paragraph\/--p-l-size: 18px;
  --paragraph\/--p-r-size: 16px;
  --paragraph\/--p-s-size: 12px;
  --label\/--label-l-size: 15px;
  --label\/--label-r-size: 14px;
  --nav-height: 70px;
  --motion-ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  --font-display: "Neue Haas Grotesk Display Pro", "Helvetica Neue", Arial, sans-serif;
  --font-text: "Neue Haas Grotesk Text Pro", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Ivar Headline", Georgia, "Times New Roman", serif;
}
