/* Haijahr · Brand colour tokens
 * Source of truth for the palette. Mirrors @theme in resources/css/app.css.
 * v1.0 · 2026
 */
:root {
  /* Foundation */
  --color-haijahr-dark: #1f271b;   /* base background        rgb(31, 39, 27)   */
  --color-haijahr-bg:   #343c31;   /* surfaces / cards       rgb(52, 60, 49)   */
  --color-haijahr-fg:   #ffffff;   /* foreground / text      rgb(255, 255, 255)*/

  /* Primary accent */
  --color-haijahr-teal: #28afb0;   /* actions, links         rgb(40, 175, 176) */

  /* Accents (use sparingly) */
  --color-haijahr-yellow: #f4d35e; /*                        rgb(244, 211, 94) */
  --color-haijahr-orange: #ee964b; /*                        rgb(238, 150, 75) */
  --color-haijahr-green:  #64957e; /* sustainability only    rgb(100, 149, 126)*/
  --color-haijahr-bluey:  #19647e; /* tertiary               rgb(25, 100, 126) */
}

/* SCSS / JS reference
 * dark   #1f271b   teal   #28afb0   yellow #f4d35e   green #64957e
 * bg     #343c31   white  #ffffff   orange #ee964b   bluey #19647e
 */
