@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL_Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL_Regular.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL_Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL_Heavy.otf') format('opentype');
    font-weight: 900; /* Heavy */
    font-style: normal;
}