:root {
    --main-100: #cde6d8;
    --main-200: #9bccb1;
    --main-300: #68b38b;
    --main-400: #369964;
    --main-500: #04813e;
    --main-600: #036631;
    --main-700: #024d25;
    --main-800: #023318;
    --main-900: #011a0c;
    --main-trs: #04803d71;
    --foo-gradient-a: #379a65;
    --foo-gradient-b: #3c9a68;
    --foo-gradient-c: #63ab85;
    --header-blur: rgba(40, 133, 61, 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;
}
@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;
    }
}