:root {
  /* Sundial Color Picked Accent (#D8CAAC) */
  --phrond-sundial-gold: #D8CAAC;
  --phrond-tile-title: #D8CAAC;
  --phrond-tile-bg: #272C28;
  --phrond-tile-border: #79715F;

  --phrond-bg: #040805;
  --phrond-chassis-bg: #0b140d;

  /* Typography Colors */
  --phrond-text-brand: #D8CAAC;
  --phrond-highlight: var(--phrond-sundial-gold);
  --phrond-highlight-hover: #9e947d;
  --phrond-text-primary: #d4e0d7;
  --phrond-text-muted: #a8bda9;
  --phrond-text-subtle: #87978A;
  --phrond-button-bg: #1c201d;

  /* Font Families */
  --phrond-font-brand: 'Uncial Antiqua', Georgia, serif;
  --phrond-font-title: 'Cinzel', Georgia, serif;
  --phrond-font-body: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
