

:root {
  /* ===== Brand & Core ===== */
  --main: #faaf31;                /* Gold – primary brand color */
  --secmain: #aa792f;             /* Darker brown-gold – secondary brand */
  --dark-text: #000;              /* Pure black text for high contrast */
  --main-light: #f4ece3;          /* Light beige – page background */
  --ink: #1f2937;                 /* Dark gray-blue – body text */
  --ring: #d6b076;                /* Warm subtle border */
  --card: #fff8ef;                /* Light cream – card background */

  /* ===== Footer Palette ===== */
  --footer-bg: #35240b;           /* Dark brown – footer background */
  --footer-accent: #aa792f;       /* Gold-brown – footer titles & accents */
  --footer-border: #e7d6c2;       /* Light beige border in footer */
  --footer-highlight: #c28a3a;    /* Lighter gold – button gradient top */
  --footer-highlight-dark: #a6742e; /* Darker gold – button gradient bottom */

  /* ===== Functional Colors ===== */
  --success: #15a34a;             /* Green for success/checked states */
  --warning: #f8b032;             /* Amber for notices/tags */
  --info: #6c9609;                /* Green-olive for secondary text info */

  /* ===== Safe Area Insets ===== */
  --safe-top: env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
}

h1,strong{
font-style: italic;
}
h2{
font-style: oblique;}
