/* Global variables */

:root {
    --white: #fff;
    --mid-white: #f2f2f2;
    --red: #f80000;
    --mid-red: #e73030;
    --mid-red-light: #de4545;
    --mid-red-select-option: #f77e7e;
    --black: #14171c;
    --dark: #20242b;
    --opacity-dark: rgba(32, 36, 43, 0.8);
    --dark-grey: #313742;
    --active-grey: #9aa3b5;
    --grey: #92a1b1;
    --grey-disabled: #92a1b12b;
    --soft-grey: #ffffffa6;
    --brilliant-blue: #4dbfff;
    --blue-highlight: #eef7ff;
    --orange: #ffa767;
    --green: #69f26e;
    --transparency: rgba(0, 0, 0, 0);
    --gold: #ffd700;
    --mid-gold: #ffb300;

    /*
        ELEVATION
    */
    --elevation-0: none;
    --elevation-1: 0 1px 2px hsla(0, 0%, 100%, 0.3), 0 1px 3px 1px hsla(0, 0%, 100%, 0.15);
    --elevation-2: 0 1px 2px hsla(0, 0%, 100%, 0.3), 0 2px 6px 2px hsla(0, 0%, 100%, 0.15);
    --elevation-3: 0 2px 4px -1px rgba(255, 255, 255, 0.2);
    --elevation-auth-button: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    --elevation-grey: 0px 0px 5px var(--grey);

    /* BORDER RADIUS */
    --radius-small: 4px;
    --radius-medium: 8px;
    --radius-large: 16px;
    --radius-xlarge: 24px;
    --radius-xxlarge: 32px;
    --radius-circle: 50%;

    /*
        Font size
    */
    --fs-base: 62.5%;
    --fs-display-large: 5.7rem;
    --fs-display-medium: 4.5rem;
    --fs-display-small: 3.6rem;
    --fs-headline-large: 3.2rem;
    --fs-headline-medium: 2.8rem;
    --fs-headline-small: 2.4rem;
    --fs-title-large: 2.2rem;
    --fs-title-medium: 1.6rem;
    --fs-title-small: 1.4rem;
    --fs-label-large: 1.4rem;
    --fs-label-medium: 1.2rem;
    --fs-label-small: 1.1rem;
    --fs-label-extra-small: 0.9rem;
    --fs-body-large: 1.6rem;
    --fs-body-medium: 1.4rem;
    --fs-body-small: 1.2rem;
    --fs-body-extra-small: 1rem;

    /*
        Font weight
    */
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-bold: 700;
}
