/* ============================================================
   THEME — SAMIR SALON.
   Dark monochrome: near-black page, cool off-white text, and a
   crisp white accent (the button flips to near-black text — see
   --accent-contrast). Mirrors the logo's white wordmark on pure
   black. The inverse of the we-care light monochrome. Swap the
   tokens below (and the salon name in index.html) to re-brand.
   ============================================================ */
:root {
  --brand: #f4f3f0;            /* primary accent — crisp off-white (buttons, italic word, counters) */
  --brand-soft: #1b1b1e;       /* tinted surfaces, placeholder frames */
  --ink: #f1f0ed;              /* text — cool off-white */
  --paper: #0c0c0e;            /* page background — near-black */
  --surface: #171719;         /* cards / placeholder base */
  --hairline: #2e2e33;         /* dividers */
  /* off-white text on near-black is ~18:1; the white button uses
     near-black text (~18:1) — both far past AAA. */
  --accent-contrast: #0c0c0e;  /* text on --brand (near-black, for the white button) */

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, sans-serif;
}
