@font-face {
    font-family: "Serial B";
    src: url("../fonts/SerialBTRIAL-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Serial B";
    src: url("../fonts/SerialBTRIAL-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Serial B";
    src: url("../fonts/SerialBTRIAL-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Serial B";
    src: url("../fonts/SerialBTRIAL-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}