@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body,
input,
textarea,
select,
button {
    font-family: inherit;
}
