:root {

    --black: rgb(0, 0, 0);
    --darkest: rgb(26, 26, 26);
    --dark: rgb(51, 51, 51);
    --grey: rgb(102, 102, 102);
    --label: rgb(96, 96, 96);
    --light: rgb(178, 178, 178);
    --lighter: rgb(229, 229, 229);
    --bright: rgb(248, 248, 248);
    --white: rgb(255, 255, 255);
    --red: rgb(125, 23, 8);
    --green: rgb(95, 152, 39);
    --yellow: rgb(232, 188, 74);
    --sky: rgb(176, 196, 222);
    --sky50: rgb(176, 196, 222, 0.5);

    --focus: rgb(77, 77, 77);
    --stage: rgb(255, 255, 255);
    --error: rgb(125, 23, 8);

    --hover: rgb(255, 255, 255);
    --hover-bg: rgb(112, 191, 199);
    --hover-dark: rgb(102, 102, 102);

    --input-button-border-radius: 16px;
    --input-button-padding: 5px 16px;
    --input-button-text-transform: none;
    --input-button-padding-left: 40px !important;
    --input-button-background-position: 4px center;

    --stage-text-color: rgb(51, 51, 51);
    --stage-background-color: rgb(255, 255, 255);

    --header-text-color: rgb(255, 255, 255);
    --header-background-color: rgb(51, 51, 51);
    --header-border: 1px solid rgb(26, 26, 26);

    --menu-text-color: rgb(255, 255, 255);
    --menu-background-color: rgb(51, 51, 51);
    --menu-scroll-bar-thumb-color: rgb(77, 77, 77);
    --menu-scroll-bar-track-color: rgb(51, 51, 51);

    --font-size-default: 14px;
    --font-size-small: 12.8px;
    --font-family: 'Source Sans Pro', sans-serif;

    --input-background-color-dark: rgb(44,44,44);
    --input-border-color-dark: rgb(77,77,77);
}