:root{
    --red: #DE4848;
    --green: #3BC973;
    --border-color: #E1E8EA;
    --blue: #47A9D0;

    
    --black: #314353;
    
    --grey: rgba(49, 67, 83, 0.5);

    --header-font-size: 30px;

    --body-title-font-size: 24px;

    --border-color: #EFF2F3;

    --border-radius: 3px;

    --form-elem-height: 35px;
   
    --select-color: #E1E8EA;

    --back-grey: #EFF2F3;

    
}
html{
    height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--black);
}

body{
    font-family: inherit;
    font-size: inherit;
    height: inherit;
    color: inherit;
}