@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body
{
    font-family: "Exo 2", sans-serif;

    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.form-label
{
    font-size: 0.85rem;
}
