﻿.Title {
    font-family: 'Inter';
    font-size: 14px;
    font-weight:600;
    color: black;
}

.RegularText {
    font-family: 'SourceSansPro-Regular';
    font-size: 15px;
    color: black;
}

.TitleInput {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #686666;
    margin-bottom: 0px;
}

.BigTextWhite {
    color: white;
    font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    font-weight: 700;
}
