:root {
    --primary: #003366;
    --primary-dark: #002244;
    --accent: #ff6600;
    --accent-hover: #e55a00;
    --text: #1a1a2e;
    --text-light: #666666;
    --border: #e0e0e0;
    --bg: #f5f5f5;
    --white: #ffffff;
}