@font-face{
    font-family: 'OpenSans-SemiBold';
    src: url('/fonts/OpenSans-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('/fonts/OpenSans-SemiboldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSans-Light';
    src: url('/fonts/OpenSansLight.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSans-Bold';
    src: url('/fonts/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSans-ExtraBold';
    src: url('/fonts/OpenSans-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'FontAwesome';
    src: url('../fonts/fa-solid-900.ttf');
    font-weight: normal;
    font-style: normal;
}