@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../Font/Ubuntu-Bold.ttf');
    font-weight: 500;
    font-style: bold;
}
@font-face {
    font-family: 'Ubuntu-BoldItalic';
    src: url('../Font/Ubuntu-BoldItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../Font/Ubuntu-Light.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-LightItalic';
    src: url('../Font/Ubuntu-LightItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../Font/Ubuntu-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-MediumItalic';
    src: url('../Font/Ubuntu-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Italic';
    src: url('../Font/Ubuntu-Italic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../Font/Ubuntu-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText-Regular';
    src: url('../Font/SFProText-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}