@font-face {
    font-family: gobCL;
    font-weight: bold;
    src: url("gobCL_Bold.otf") format("opentype");
}

@font-face {
    font-family: gobCL;
    font-weight: 900;
    src: url("gobCL_Heavy.otf") format("opentype");
}

@font-face {
    font-family: gobCL;
    font-weight: 300;
    src: url("gobCL_Light.otf") format("opentype");
}

@font-face {
    font-family: gobCL;
    font-weight: normal;
    src: url("gobCL_Regular.otf") format("opentype");
}