@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Aeonik';
    src: url('/fonts/Aeonik-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
