/* ==========================================
   Dynasty 8 - Variables CSS
   ========================================== */

:root {
    --primary-green: #18713C;
    --primary-dark: #09182e;
    --primary-darker: #071224;
    --secondary-teal: rgba(32, 134, 107, 0.75);
    --accent-warning: #ffc107;
    --text-primary: #333333;
    --text-secondary: #6c757d;
    --text-white: #ffffff;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #dee2e6;
    --overlay-dark: rgba(9, 24, 46, 0.8);
}
