@font-face {
    font-family: 'Maax';
    src: url('Maax-Regular.woff') format('woff'),
        url('Maax-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-Italic.woff') format('woff'),
        url('Maax-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-Medium.woff') format('woff'),
        url('Maax-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-MediumItalic.woff') format('woff'),
        url('Maax-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-Bold.woff') format('woff'),
        url('Maax-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-BoldItalic.woff') format('woff'),
        url('Maax-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('Maax-Black.woff') format('woff'),
        url('Maax-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}