@font-face {
    font-family: 'Calibre Light';
    src: url('CalibreLight.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'Calibre Regular';
    src: url('CalibreRegular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Calibre Bold';
    src: url('CalibreBold.otf') format('opentype');
    font-weight: 700;
}