/* AkkuratPro Light */
@font-face {
    font-family: 'AkkuratPro';
    src: url('../fonts-hogrefe/AkkuratPro-Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

/* AkkuratPro Bold */
@font-face {
    font-family: 'AkkuratPro';
    src: url('../fonts-hogrefe/AkkuratPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Lyon Text Regular */
@font-face {
    font-family: 'LyonText';
    src: url('../fonts-hogrefe/Lyon Text-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Lyon Text Semibold */
@font-face {
    font-family: 'LyonText';
    src: url('../fonts-hogrefe/Lyon Text-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}