/* ============================================
   ADVENTURE DOWNUNDER — THEME VARIABLES
   AUTOGENERATED FROM DATABASE
=============================================== */
:root {
    /* Colors */
    --adu-black:  #121212;
    --adu-ochre:  #E67E22;
    --adu-gold:   #FFC107;
    --adu-rust:   #C0392B;
    --adu-sky:    #BAE1FF;
    --adu-sand:   #FFFDF5;
    --adu-green:  #27AE60;

    /* Shadows */
    --shadow-hard: 4px 4px 0px #121212;
    --shadow-hover: 6px 6px 0px #121212;

    /* Borders */
    --border-width: 2px;
    --radius-card:  12px;
    --radius-btn:   8px;

    /* Typography */
    --font-head: 'Rokkitt', serif;
    --font-body: 'Inter', sans-serif;
}
