Themepo/variables.css

25 lines
625 B
CSS

:root {
/* Colors */
--obsidian: #08090C;
--mithral: #E2E8F0;
--mithral-dim: #94A3B8;
--mithral-dark: #334155;
--arcane-blue: #38BDF8;
--arcane-glow: rgba(56, 189, 248, 0.4);
--mithral-glow: rgba(226, 232, 240, 0.2);
/* Status Colors */
--success: #10B981;
--danger: #EF4444;
--warning: #F59E0B;
/* Surfaces */
--surface-card: rgba(226, 232, 240, 0.02);
--surface-card-hover: rgba(56, 189, 248, 0.05);
--border-arcane: rgba(56, 189, 248, 0.1);
/* Typography */
--font-rune: 'Cinzel Decorative', serif;
--font-body: 'Inter', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
}