:root {
    --red-color: #e94f3a;
    --red-dark-color: #761007;
    --red-dark-color2: #961c27;
    --black-color: #333333;
    --white-color: #ffffff;
    --yellow-color: #f1e0b8;
    --gray-color: #bdbdbd;
    --light-gray-color: #f2f2f2;
    --light-gray-color2: #fafafa;
    --font-additional: "SansRoundedC";
    --font-secondary: "PhilosopherBold";
    --brown-color: #4c291b;
    --main-color: #961c27;
    --font-400: "Gilroy";
    --font-500: "Gilroy Medium";
    --font-600: "Gilroy SemiBold";
    --font-700: "Gilroy Bold";
    --height-header: 120px;

    @media (min-width: 1201px) {
        --height-header: 180px;
    }
}

