@font-face {
    font-family: aracne;
    font-style: normal;
    font-weight: 300;
    src: url(ARACNE_light.otf) format('opentype');
}
@font-face {
    font-family: aracne;
    font-style: normal;
    font-weight: 400;
    src: url(ARACNE_regular.otf) format('opentype');
}
@font-face {
    font-family: aracne;
    font-style: italic;
    font-weight: 300;
    src: url(ARACNE_light_italic.otf) format('opentype');
}
@font-face {
    font-family: aracne;
    font-style: italic;
    font-weight: 400;
    src: url(ARACNE_regular_italic.otf) format('opentype');
}