/**
 * Greek Mythology Theme
 *
 * The default styles.css already uses gold/marble/purple colors
 * with Cinzel/Spectral fonts, which suit Greek mythology well.
 * Uncomment and customize below if you want to adjust.
 */

/*
:root {
    --gold: #d4af37;
    --gold-light: #f4e4a6;
    --gold-dark: #996515;
    --marble: #f5f5f0;
    --navy: #1a1a2e;
    --purple: #4a1a6b;
    --lightning: #00d4ff;
    --font-heading: 'Cinzel', serif;
    --font-body: 'Spectral', serif;
}
*/
