
@font-face {
    font-family: 'aeonik';
    src: url('aeonik-light-webfont.woff2') format('woff2'),
         url('aeonik-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'aeonik';
    src: url('aeonik-regular-webfont.woff2') format('woff2'),
         url('aeonik-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'aeonik';
    src: url('aeonik-medium-webfont.woff2') format('woff2'),
         url('aeonik-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'aeonik';
    src: url('aeonik-bold-webfont.woff2') format('woff2'),
         url('aeonik-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'aeonik';
    src: url('aeonik-medium-webfont.woff2') format('woff2'),
         url('aeonik-medium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


* {
	font-family: "aeonik", "Inter", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400
}

h1, h2, .hd1, .hd2 {
	letter-spacing: -0.02em;
	line-height: 1.2
}
h1, .hd1, .h1, h2, .hd2, .h2 {
	font-weight: 500 !important;
}
h1 > strong, .hd1 > strong, h2 > strong, .hd2 > strong, h3 > strong, .hd3 > strong, h4 > strong, .hd4 > strong {
	font-weight: 600
}
h3, h4, h5, .hd3, .hd4, .hd5, .h3, .h4, .h5 {
	font-weight: 500 !important;
	line-height: 1.3
}