
:root {
    --primary-color: #dc2626;
    --secondary-color: #b91c1c;
    --light-bg: #fef2f2;
    --cream-bg: #fef2f2;
    --milk-bg: #fee2e2;
    --button-color: #ef4444;
    --button-hover: #dc2626;
    --navbar-bg: #991b1b;
    --navbar-bg-rgba: rgba(153, 27, 27, 0.85);
    --navbar-bg-rgba-scrolled: rgba(153, 27, 27, 0.98);
    --navbar-border-color: rgba(220, 38, 38, 0.3);
    --navbar-gradient-to: #b91c1c;
    --footer-bg: #991b1b;
    --footer-gradient-to: #b91c1c;
    --button-text-color: #ffffff;
    --primary-rgba-40: rgba(220, 38, 38, 0.4);
    --primary-rgba-30: rgba(220, 38, 38, 0.3);
    --primary-rgba-80: rgba(220, 38, 38, 0.8);
    --secondary-rgba-40: rgba(185, 28, 28, 0.4);
    --secondary-rgba-90: rgba(185, 28, 28, 0.9);
    --footer-text-color: rgba(255, 255, 255, 0.9);
    --footer-text-muted: rgba(255, 255, 255, 0.7);
    --text-dark: #333333;
    --text-muted: #666666;
    --border-radius-base: 0;
    --border-radius-small: 0;
    --border-radius-medium: 0;
    --border-radius-large: 0;
    --border-radius-xl: 0;
    --border-radius-circle: 0;
    --decorative-border-color: var(--primary-color);
}

