@font-face {
    font-family: 'iaolo-duo';
    src: url('/assets/fonts/iAWriterDuoS-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iaolo-duo';
    src: url('/assets/fonts/iAWriterDuoS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'iaolo-duo';
    src: url('/assets/fonts/iAWriterDuoS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iaolo-duo';
    src: url('/assets/fonts/iAWriterDuoS-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

