@font-face{
    font-family: "sofiapro";
    src: url('../sofiapro-light-webfont.woff2') format('woff2'),
         url('../sofiapro-light-webfont.woff') format('woff'),
}

:root{
    --box-shadow--light: 0 0 32px 0 var(--grey);
    --bord-rad--round: 33px;
}

body{
    font-family: "sofiapro", sans-serif;
    font-size: 1rem;
    height: 100vh;
}

.hidden{
    display:none;
}

.mui-btn--flat{
    border: 1px solid var(--primary);
}

.input-text-has-error{
    border-bottom: 2px solid var(--red-dark) !important;
}