@font-face {
    font-family: 'AmsiProNarw Light';
    src: url('./amsi-pro/AmsiProNarw-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
.amsipronarw-light {
    font-family: 'AmsiProNarw Light', sans-serif;
}

@font-face {
    font-family: 'AmsiProNarw XLight';
    src: url('./amsi-pro/AmsiProNarw-XLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.amsipronarw-xlight {
    font-family: 'AmsiProNarw XLight', sans-serif;
}

@font-face {
    font-family: 'AmsiProNarw SemiBold';
    src: url('./amsi-pro/AmsiProNarw-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
.amsipronarw-semibold {
    font-family: 'AmsiProNarw SemiBold', sans-serif;
}

@font-face {
    font-family: 'AmsiProNarw Ultra';
    src: url('./amsi-pro/AmsiProNarw-Ultra.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
.amsipronarw-ultra {
    font-family: 'AmsiProNarw Ultra', sans-serif;
}

@font-face {
    font-family: 'AmsiProNarw UltraItalic';
    src: url('./amsi-pro/AmsiProNarw-UltraItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
.amsipronarw-ultraitalic {
    font-family: 'AmsiProNarw UltraItalic', sans-serif;
}

@font-face {
    font-family: 'Vogue Plain';
    src: url('./vogue/vogue-plain.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.vogue {
    font-family: 'Vogue Plain', sans-serif;
}