/* Thin */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Thin"), local("Commissioner-Thin"),
    url("/front/fonts/Commissioner/Commissioner-Thin.ttf") format("truetype");
    font-weight  : 100;
    font-style   : normal;
    font-display : swap;
}

/* ExtraLight */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner ExtraLight"), local("Commissioner-ExtraLight"),
    url("/front/fonts/Commissioner/Commissioner-ExtraLight.ttf") format("truetype");
    font-weight  : 200;
    font-style   : normal;
    font-display : swap;
}

/* Light */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Light"), local("Commissioner-Light"),
    url("/front/fonts/Commissioner/Commissioner-Light.ttf") format("truetype");
    font-weight  : 300;
    font-style   : normal;
    font-display : swap;
}

/* Regular */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Regular"), local("Commissioner-Regular"),
    url("/front/fonts/Commissioner/Commissioner-Regular.ttf") format("truetype");
    font-weight  : 400;
    font-style   : normal;
    font-display : swap;
}

/* Medium */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Medium"), local("Commissioner-Medium"),
    url("/front/fonts/Commissioner/Commissioner-Medium.ttf") format("truetype");
    font-weight  : 500;
    font-style   : normal;
    font-display : swap;
}

/* SemiBold */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner SemiBold"), local("Commissioner-SemiBold"),
    url("/front/fonts/Commissioner/Commissioner-SemiBold.ttf") format("truetype");
    font-weight  : 600;
    font-style   : normal;
    font-display : swap;
}

/* Bold */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Bold"), local("Commissioner-Bold"),
    url("/front/fonts/Commissioner/Commissioner-Bold.ttf") format("truetype");
    font-weight  : 700;
    font-style   : normal;
    font-display : swap;
}

/* ExtraBold */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner ExtraBold"), local("Commissioner-ExtraBold"),
    url("/front/fonts/Commissioner/Commissioner-ExtraBold.ttf") format("truetype");
    font-weight  : 800;
    font-style   : normal;
    font-display : swap;
}

/* Black */
@font-face {
    font-family  : "Commissioner";
    src          : local("Commissioner Black"), local("Commissioner-Black"),
    url("/front/fonts/Commissioner/Commissioner-Black.ttf") format("truetype");
    font-weight  : 900;
    font-style   : normal;
    font-display : swap;
}
