@font-face {
    font-family: "Commissioner";
    src: url("../fonts/Commissioner-Light.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Commissioner";
    src: url("../fonts/Commissioner-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Commissioner";
    src: url("../fonts/Commissioner-Medium.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Commissioner";
    src: url("../fonts/Commissioner-Bold.ttf") format("truetype");
    font-weight: 800;
}