/* ============================================================================
   australian.css - the Australian design's token re-tint overlay.

   Child of the `official` design (Config\Designs: parent=official). The cascade
   loads official's design-tokens.css + design-theme.css FIRST, then this file,
   so the ONLY job here is re-valuing the SAME --fwre-* token names for the
   Australian market look (coastal: ocean accent, warm sand featured cards).
   No new selectors, no raw values outside this token block, no layout
   (uikit-theme-designer two-tier rule; roster: docs/showcase/design-roster.md).
   ============================================================================ */

:root {
    /* Accent: Indian-Ocean teal-blue replaces the official green */
    --fwre-green: #0E7FA6;
    --fwre-green-alpha: rgba(14, 127, 166, .075);
    --fwre-green-hover: #0B6A8B;

    /* Featured-item accents: warm coastal sand instead of mint */
    --fwre-featured-bg: #FDF3E3;
    --fwre-featured-soft: #F0DDBB;
    --fwre-featured-ink: #6B5D46;
}
