/* Explain: Theme tokens for Eposi's Kitchen restaurant website. */
:root {
    --primary-color: #DE3B33;
    --primary-hover: #C62828;
    --secondary-color: #FF8F00;
    --accent-color: #DE3B33;
    --background-color: #FFFFFF;
    --surface-color: #FFFFFF;
    --oatmeal: #F5F2EB;
    --footer-bg: #333333;
    --text-color: #2C2C2C;
    --text-muted: #666666;
    --border-color: #EAEAEA;
    --nav-bg: #FFFFFF;
    --field-bg: #FFFFFF;
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}