/* Explain: Theme design tokens for the corporate catering landing page. - */
:root {
    --primary-color: #E63946;
    --primary-hover: #D62828;
    --secondary-color: #F4A261;
    --accent-color: #E63946;
    --navy-color: #111111;
    --sand-color: #F8F9FA;
    --background-color: #FFFFFF;
    --surface-color: #FFFFFF;
    --text-color: #212529;
    --text-muted: #6C757D;
    --border-color: #DEE2E6;
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}