@font-face {
    font-family: 'Aquawax';
    src: url('Aquawax-Medium.woff2') format('woff2'),
        url('Aquawax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Aquawax';
    src: url('Aquawax-Light.woff2') format('woff2'),
        url('Aquawax-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aquawax';
    src: url('Aquawax-Black.woff2') format('woff2'),
        url('Aquawax-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

