:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --container-width: 1080px;
    --c-pad: 5.5555555556vw;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-nord-gray: #eceff4;
    --color-nord-gray-rgb: 236, 239, 244;
    --color-mist-blue: #e9edf4;
    --color-mist-blue-rgb: 233, 237, 244;
    --color-light-gray: #e0e5ed;
    --color-light-gray-rgb: 224, 229, 237;
    --color-blue: #0650cb;
    --color-blue-rgb: 6, 80, 203;
    --color-royal-blue: #0447a8;
    --color-royal-blue-rgb: 4, 71, 168;
    --color-line-green: #06c755;
    --color-line-green-rgb: 6, 199, 85;
    --color-forest-green: #006633;
    --color-forest-green-rgb: 0, 102, 51;
    --color-crimson-red: #b32222;
    --color-crimson-red-rgb: 179, 34, 34;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}