/* Light */
@font-face {
    font-family: 'LAB-TEXT';
    src: url(../font/LAB-TEXT-LIGHT.otf);
    font-weight: 200;
}
/* Bold */
@font-face {
    font-family: 'LAB-TEXT';
    src: url(../font/LAB-TEXT-BOLD.otf);
    font-weight: 400;
}
/* Thin */
@font-face {
    font-family: 'LAB-HEADER';
    src: url(../font/LAB-HEADER-THIN.otf);
    font-weight: 100;
}
/* Light */
@font-face {
    font-family: 'LAB-HEADER';
    src: url(../font/LAB-HEADER-LIGHT.otf);
    font-weight: 200;
}
/* Medium */
@font-face {
    font-family: 'LAB-HEADER';
    src: url(../font/LAB-HEADER-MEDIUM.otf);
    font-weight: 300;
}
/* Bold */
@font-face {
    font-family: 'LAB-HEADER';
    src: url(../font/LAB-HEADER-BOLD.otf);
    font-weight: 400;
}

/* Headlines */
@font-face {
    font-family: 'LAB-HEADER';
    src: url(../font/PENHALONGA/pl_headlines.otf);
    font-weight: 500;
}