/* THE Office design tokens. The palette is the space itself: graphite ceilings with LED strips, concrete and terrazzo,
   sage walls under the arches, mustard armchairs. Jost echoes the lettering on the wall; Open Sans is the logo's face. */
@font-face { font-family: 'Open Sans'; font-weight: 300 800; font-display: swap; src: url(../fonts/opensans-cyrillic-ext.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Open Sans'; font-weight: 300 800; font-display: swap; src: url(../fonts/opensans-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Open Sans'; font-weight: 300 800; font-display: swap; src: url(../fonts/opensans-latin-ext.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; }
@font-face { font-family: 'Open Sans'; font-weight: 300 800; font-display: swap; src: url(../fonts/opensans-latin.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: 'Jost'; font-weight: 200 700; font-display: swap; src: url(../fonts/jost-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Jost'; font-weight: 200 700; font-display: swap; src: url(../fonts/jost-latin-ext.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; }
@font-face { font-family: 'Jost'; font-weight: 200 700; font-display: swap; src: url(../fonts/jost-latin.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; }

:root {
  /* the space */
  --ink: #1b1d1f;        /* graphite ceiling — text, dark sections */
  --ink-2: #26292c;      /* raised graphite */
  --ink-line: #3a3f43;   /* hairlines on graphite */
  --paper: #f6f6f3;      /* page */
  --concrete: #e4e5e1;   /* bands, quiet surfaces */
  --sage: #7fa398;       /* the walls under the arches — "free", highlights on dark */
  --sage-deep: #466b60;  /* sage text on light */
  --mustard: #e8ae3c;    /* the armchairs — the main call to action */
  --led: #fff3d6;        /* warm LED strip light */

  /* roles (shared with the CRM) */
  --color-bg: #ffffff;
  --color-surface: #f1f2ef;
  --color-text: var(--ink);
  --color-accent: var(--ink);
  --color-accent-2: #e7863a;   /* busy / pending / cancel */
  --color-divider: color-mix(in srgb, var(--ink) 14%, transparent);

  --color-neutral-100: #f6f6f4;
  --color-neutral-200: #ebebe8;
  --color-neutral-300: #d9dad6;
  --color-neutral-400: #b9bbb6;
  --color-neutral-500: #989b96;
  --color-neutral-600: #777a76;
  --color-neutral-700: #5a5d5a;
  --color-neutral-800: #3c3f3d;
  --color-neutral-900: #232524;

  --color-accent-100: #eeefec;
  --color-accent-200: #e0e2de;
  --color-accent-300: #c6c9c4;
  --color-accent-400: #9fa39e;
  --color-accent-500: #6f736f;
  --color-accent-600: #33373a;
  --color-accent-700: #111314;
  --color-accent-800: var(--ink);
  --color-accent-900: #0e0f10;

  --color-accent-2-100: #fdf1e6;
  --color-accent-2-200: #fadcc2;
  --color-accent-2-300: #f4bd8e;
  --color-accent-2-400: #ee9f5f;
  --color-accent-2-500: #e7863a;
  --color-accent-2-600: #cc6c22;
  --color-accent-2-700: #a5531a;
  --color-accent-2-800: #7a3d14;
  --color-accent-2-900: #4d270d;

  /* type */
  --font-display: "Jost", "Open Sans", system-ui, sans-serif;
  --font-heading: "Open Sans", system-ui, sans-serif;
  --font-heading-weight: 700;
  --font-body: "Open Sans", system-ui, sans-serif;

  --space-1: 5px; --space-2: 10px; --space-3: 15px; --space-4: 20px; --space-6: 30px; --space-8: 40px;
  --radius-sm: 1px; --radius-md: 2px; --radius-lg: 4px;

  --shadow-sm: 0 1px 2px color-mix(in srgb, var(--ink) 10%, transparent);
  --shadow-md: 0 6px 18px -6px color-mix(in srgb, var(--ink) 18%, transparent);
  --shadow-lg: 0 24px 48px -18px color-mix(in srgb, var(--ink) 30%, transparent);

  --gutter: clamp(16px, 4.5vw, 88px);
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}
