@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: "acumin";
    src: url("../fonts/AcuminProWide-Regular.eot");
    src: url("../fonts/AcuminProWide-Regular.woff");
    src: url("../fonts/AcuminProWide-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AcuminProWide-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "editor";
    src: url("../fonts/Editor-Medium.eot");
    src: url("../fonts/Editor-Medium.woff");
    src: url("../fonts/Editor-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Editor-Medium.ttf") format("truetype");
}

html,
body,
p,
ul,
ol,
span {
    font-family: 'acumin';
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,

h2,
h3,
h4 {
    font-family: 'acumin';
}

h1 {
    font-family: 'editor';
}

.uk-h5,
.uk-h6,
h5,
h6 {
    font-family: 'acumin';
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    font-family: 'acumin';
}
