@font-face {
    font-family: 'Actay';
    src: url('../fonts/Actay-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Actay';
    src: url('../fonts/Actay-RegularItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Actay Condensed';
    src: url('../fonts/ActayCondensed-Thin.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Actay Condensed';
    src: url('../fonts/ActayCondensed-ThinItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-BoldItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 700;
}
