/* bng.eu */
:root {

  --brand-blue: #4D9FFF;
  --brand-teal: #2DD4BF;
  --brand-pink: #FF6FB5;

  --blue-ink: #0B51B4;
  --teal-ink: #0F7A6E;
  --pink-ink: #C4457F;

  --paper:   #FFFFFF;
  --paper-2: #F5F5F7;
  --night:   #070C16;
  --night-2: #0B1322;

  --ink:      #25324B;
  --ink-2:    #4A5B78;
  --on-night:   #E8EEF6;
  --on-night-2: #93A5BC;

  --hairline:       #C9D5E3;
  --hairline-night: #1A2436;

  --focus:       var(--blue-ink);
  --focus-night: var(--brand-blue);

  --font: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --measure: 62ch;

  --gutter: clamp(1.25rem, 4vw, 2rem);
  --shell: 1440px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/sg-latin.06408904.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;

  src: url("../fonts/sg-latin-ext.952dddb4.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
                 U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
