:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-red: #FF0000;
    --color-black-secondary: #080808;
    --color-green: #17CBD8;
    --color-green-alternative: #23B3BE;
    --color-yellow: #FFCC00;
    --color-alternative: #212121;
    --color-secondary: #E4E4E4;
    --color-gray: #F5F5F5;
    --color-gray-secondary: #efefef;
    --color-menu: #FCF6BD;
    --color-primary: #040404;
    --color-black-alternative: #4A4A4B;
    --color-background: #fafafa;

    --color-disabled: #8d8d8d;
    --color-gray-dark: #7A7A7A;

    --text-banner-title-mobile: 1.8rem;
    --text-banner-title-tablet: 2.5rem;
    --text-banner-title-desktop: 4rem;

    --text-menu-item-mobile: .9rem;
    --text-menu-item-tablet: 1rem;
    --text-menu-item-desktop: 1rem;

    --text-title-mobile: 1rem;
    --text-title-tablet: 1.1rem;
    --text-title-desktop: 1.25rem;
    --text-title-mobile-alternative: 1.4rem;
    --text-title-tablet-alternative: 1.5rem;
    --text-title-desktop-alternative: 1.625rem;

    --text-subtitle-mobile: .9rem;
    --text-subtitle-tablet: 1rem;
    --text-subtitle-desktop: 1.25rem;
    --text-subtitle-mobile-alternative: 1.1rem;
    --text-subtitle-tablet-alternative: 1.17rem;

    --text-description-mobile: .9rem;
    --text-description-tablet: 1rem;
    --text-description-desktop: 1.125rem;

}