:root {
    --primary-color: #111111;

    --accent-color: #c5a059;
    --accent-color-dark: #8a6d3b;
    --accent-color-box-back: #fdfaf3;
    --accent-color-edge: rgba(197, 160, 89, 0.5);
    
    --text-dark: #111111;
    --text-light: #ffffff;    
    --text-blue: #8892b0;
    
    --text-color-primary: #444444;
    --text-color-secondary: #555555;
    --text-color-tertiary: #999999;
    
    --back-color-white: #ffffff;
    --back-color-light: #f5f5f5;
    --back-color-gray: #252525;
    --back-color-dark: rgba(17, 17, 17, 0.95);

    --shadow: rgba(17, 17, 17, 0.5);
    --shadow-light: rgba(0, 0, 0, 0.1);
    
    --edge-color: #eeeeee;
    --edge-color-light: rgba(255,255,255,0.1);
    
    --transition: all 0.3s ease;
    --font-serif: serif;
    --font-sans: sans-serif;
    --font-logo: 'MaruBuri', serif;
}
