@import "../baseStyle.css";

:root {
    --base-text-color: #45368B;
    --href-color: #E5A100;
    --background-color: #E5A100;
    --button-hover-color: #E5A100;
    --profile-circle-color: #45368B;
    --hover-row: #f6f3ef;
    --order-food-color:#E5A100;
    --order-buttons-color: #E5A100;
}

@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #ffffff;
    font-family: 'Inter';
}

#header-container header #brand .brand-logo {
    width: 30rem;
    height: auto;
}

.footer-logo {
    width: 20rem;
    height: auto;
}
