:root {
    --main-100: #fcedcc;
    --main-200: #fada99;
    --main-300: #f7c867;
    --main-400: #f5b534;
    --main-500: #f4a301;
    --main-600: #c28201;
    --main-700: #916201;
    --main-800: #614100;
    --main-900: #302100;
    --main-trs: #f2a30171;
    --foo-gradient-a: #9a7937;
    --foo-gradient-b: #9a7b3c;
    --foo-gradient-c: #ab9363;
    --header-blur: rgba(115, 133, 40, 0.35);
    --borderWidth: 2px;
    --typo: 'Poppins', sans-serif;
    --transition-g: 0.3s;
    --transition-f: 0.15s;
    --transition-s: 0.6s;
    --max-w: 900px;
    --max-header: 110px;
    --min-header: 76px;
    --backprovider :url(./../img-com/images/def/providers-back-5.jpg);
}
@media screen and (min-width: 600px) {
    :root {
        --ts1: 50px;
        --ts2: 24px;
        --ts3: 18px;
        --ts4: 16px;
        --ts5: 14px;
        --ts6: 12px;
    }
}
@media screen and (max-width: 600px) {
    :root {
        --ts1: 28px;
        --ts2: 24px;
        --ts3: 18px;
        --ts4: 16px;
        --ts5: 14px;
        --ts6: 12px;
    }
}