/* ============================================================
   PEN & INC — CANONICAL PALETTE
   NJ Group Collection

   This file is the single source of truth for PEN & INC colour,
   across ALL properties:

       www.penandinc.sg/              root gateway
       www.penandinc.sg/restaurants   restaurants (NTU · One-North)
       www.penandinc.sg/venues        One-North function hall

   Serve it from /css/tokens.css and link it BEFORE any page CSS.
   Never hard-code a hex in page CSS — use the variable.
   ============================================================ */

:root {

  /* ---- Grounds ------------------------------------------------ */
  --paper:      #F4ECD8;   /* primary page ground                  */
  --paper2:     #EFE4CB;   /* recessed panels, alternating bands    */
  --card:       #FDFBF4;   /* raised cards on paper                 */

  /* ---- Ink ---------------------------------------------------- */
  /* HARD RULE: no pure black anywhere. The darkest tone in the
     brand is blue-black ink. #000, #111 and warm brown-blacks
     such as #211D18 are all out of palette.                       */
  --ink:        #2c3f4e;   /* body copy, headings                   */
  --ink2:       #4a5b68;   /* secondary copy                        */
  --mut:        #586a77;   /* muted labels, captions  (AA on paper)  */
  --night:      #263845;   /* dark sections, footer ground          */

  /* ---- Accents ------------------------------------------------ */
  --amber:      #FED141;   /* primary accent — CTAs, active states   */
  --gold:       #b0841c;   /* rules, ornament, small display type    */
  --goldink:    #7a5c12;   /* gold text that must pass contrast      */
  --slate:      #4f758b;   /* secondary accent, washes               */
  --grey:       #c8c9c7;   /* dividers on light, disabled states     */

  /* ---- Hairlines ---------------------------------------------- */
  --line:       rgba(44,63,78,.22);    /* on light grounds          */
  --linefaint:  rgba(44,63,78,.12);    /* on light, subtler         */
  --lineL:      rgba(244,236,216,.2);  /* on dark grounds           */
}

/* ------------------------------------------------------------------
   IMAGERY RULES (they belong with the palette — they are colour)

   · Room and interior photographs render in ink duotone,
     ramped #1f1913 -> #FEF6E3.
   · Food photographs stay in full colour.
   · Aria appears as a colour cameo.
   ------------------------------------------------------------------

   TYPE (for reference — see /fonts/fonts.css)

   · Display + body ....... Canela Web        (300 / 400 / 500 + italics)
   · Caps, nav, labels .... GT Ultra Fine     (Light only; 200–600 range)
   · No third typeface. Manrope, Oswald, Fraunces, Arapey,
     Kaushan Script and Cormorant are all retired.
   · Luxia is DESKTOP-LICENCE ONLY — never serve it as a webfont.
   ------------------------------------------------------------------ */
