@font-face {
    font-family: 'SFProText-Regular';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText-Medium';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText-Bold';
    src: url('../fonts/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText-Semibold';
    src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.font-regular
{
   font-family: 'SFProText-Regular';
}
.font-medium
{
   font-family: 'SFProText-Medium';
}
.font-semibold
{
   font-family: 'SFProText-Semibold';
}
.font-bold
{
   font-family: 'SFProText-Bold';
}
.font-10 {
    font-size: 10px;
}
.font-11{
    font-size:11px;
}
.font-12
{
    font-size: 12px;
}
.font-13
{
    font-size: 13px;
}
.font-14
{
    font-size: 14px;
}
.font-16
{
    font-size: 16px !important;
}
.font-17
{
    font-size: 17px;
}
.font-18
{
    font-size: 18px;
}
.font-20
{
    font-size: 20px;
}
.font-22
{
    font-size: 22px;
}
.font-24
{
    font-size: 24px;
}
.font-30
{
    font-size: 30px;
}
.font-32
{
    font-size: 32px;
}