/* Raw Senses — design tokens for the 2026 redesign.
   Source: Figma file "Raw Senses" (ytzVz4LMvQ142LsNDVrO7K), section "Buttons and Navigation",
   read through the Figma connector on 03.09.2026. The file carries no variables yet, so the
   values below are the raw values of the frames; the day the Figma gets variables this file is
   regenerated from them. The same text is meant to be copied into the selling-sunset repo — the
   two machines share a design language by contract, not by code. */

:root{
  /* colour */
  --rs-cyan:#00fffb;                 /* the one accent: fills, borders, typed text        */
  --rs-cyan-40:rgba(0,255,251,.4);   /* dimmed siblings on hover; placeholders            */
  --rs-ink:#000000;                  /* text on cyan; the black menu bar                  */
  --rs-ink-20:rgba(0,0,0,.2);        /* CONTINUE while the answer is not yet valid        */
  --rs-grey:#444444;                 /* page ground of the questionnaire frames           */
  --rs-grey-2:#5c5c5c;               /* ground of the data ticker rows                    */
  --rs-chosen:#000000;               /* a chosen option row (owner, 03.09: "a new colour for the
                                        selected option, it gets confusing") — proposal: the inverse,
                                        black with cyan text; change these two and every row follows */
  --rs-chosen-ink:#00fffb;
  --rs-white:#ffffff;
  --rs-silver:#cdcdcd;               /* counters, timestamps, the ticker's words             */
  --rs-green:#27f95c;                /* the ticker's + (open)                                */
  --rs-red:#ff0000;                  /* the ticker's × (dismiss)                             */

  /* type — one face, one weight, one size for every control; the sentence face and the wordmark face */
  --rs-mono:"RiformaMonoLLWeb-Regular",ui-monospace,Menlo,Consolas,monospace;
  --rs-sans:"ArialNarrow","Arial Narrow",Arial,sans-serif;
  --rs-wordmark:"Modelo","ArialNarrow",sans-serif;
  --rs-ui-size:10px;
  --rs-ui-track:1px;
  /* the Figma text style "EXTRA LARGE TEXT — full width with read more closed", read off the
     frame (1506×144, four lines → 36px line, Arial Narrow ≈32px). Owner, 06.09: this size —
     in the SANS face — is what a hero number wears (the fact card's figure). */
  --rs-xl-size:32px;
  --rs-xl-line:36px;

  /* geometry of a control row: 13px tall, 1px gaps, 3px pads, 17px end pad so the label
     text centres on the whole row (13 indicator + 1 gap + 3 pad) */
  --rs-row:20px;                     /* V2 (owner, 05.09): every control row grew 13 → 20 on desktop
                                        ("increase text et box size on all buttons", ref beatsinspace.net);
                                        touch stays 26 — the doubling rule is retired, the ratio is now 1.3 */
  --rs-ind:var(--rs-row);            /* the indicator (circle / square); on touch it grows with the row */
  --rs-gap:1px;
  --rs-pad:3px;
  --rs-pad-end:calc(var(--rs-ind) + var(--rs-gap) + var(--rs-pad));   /* 17px as drawn */
  --rs-control-w:490px;              /* width of every control stack on desktop           */
  --rs-wordmark-w:248px;             /* the wordmark block of a menu bar, as drawn         */
  --rs-ticker-right:198px;           /* the + × box at the right of a ticker row, as drawn */

  /* motion — the Figma has no prototype transitions yet; these are the proposal.
     The glide pair came from analysing noplans.studio (03.09): one persistent element whose
     geometry transitions with a LONG, hard-decelerating ease — fast start, soft landing —
     while inner layers move at half the time and details at a fifth. Values ours to tune. */
  --rs-t-fast:120ms;
  --rs-t-slow:240ms;
  --rs-t-glide:750ms;
  --rs-ease:cubic-bezier(.2,0,0,1);
  --rs-ease-glide:cubic-bezier(.23,1,.32,1);
}

/*
 * Legal Disclaimer for Basic Package licence
 *
 * Basic Licence Package with limited parameters.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 *
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media.
 *
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * , up to 5k monthly page viewsFor up to 5k followers on all social media channels belonging to Kairos Studio GmbH
 *
 */
@font-face{
  font-family:"RiformaMonoLLWeb-Regular";
  src:url("/fonts/RiformaMonoLLWeb-Regular.woff2") format("woff2");
  font-weight:400;font-style:normal;font-display:swap;
}

/* the site's other two faces, from the repo's own font files (build.sh ships them) */
@font-face{font-family:"ArialNarrow";src:url("/assets/fonts/ArialNarrow.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"ArialNarrow";src:url("/assets/fonts/ArialNarrow-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Modelo";src:url("/assets/fonts/Modelo-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
