/* ============================================================
   THEME: Dil Tak — Fine Dining Restaurant & Bar, Toronto
   Every value below is sampled from the brand's own material:
   the logo's gold filigree and heart-knot mark, and the
   dining-room footage in assets/video/.

     #a8874e  filigree scrollwork in assets/logo/logo.webp
     #b31917  the interlocked-heart monogram
     #0c0c0c  the wordmark, and the room at night (video1)

   Re-skin the entire site by editing these five variables.
   Every shade, tint, border, and glow is derived from them
   automatically in style.css.
   DO NOT add layout, grid, flexbox, or spacing here.
   ============================================================ */

:root {
  --brand:   #a8874e;   /* 1 · primary   — antique gold, CTAs, rules   */
  --brand-2: #0c0c0c;   /* 2 · secondary — the room at night, footer   */
  --brand-3: #b31917;   /* 3 · highlight — heart-knot red, sparingly   */
  --canvas:  #f7f2e9;   /* 4 · warm cream — the paper, the tablecloth  */
  --ink:     #171310;   /* 5 · text                                    */
}
