:root {
    --font-family: 'Inter', sans-serif;

    --color-bg: #f7f9fa;

    --color-main: #363636;
    --color-secondary: #212121;
    --color-gray: #4e4e4e;

    --color-accent: #dbaf59;

    --color-light: #fefbf6;
    --color-light-blue: #fff8ed;

    --color-button-hover: #C19541;

    --color-error: #ef5350;

    --border-radius:8px;

    --transition:.3s ease-out;
}
