@font-face {
    font-family: 'Citerne';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/css/fonts/Citerne.otf') format('opentype');
}
@font-face {
    font-family: 'Citerne';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/css/fonts/Citerne-italic.otf') format('opentype');
}
@font-face {
    font-family: 'Citerne';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/css/fonts/Citerne-bold.otf') format('opentype');
}