@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Charter";
    src: url("../fonts/Charter_Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

.uk-h1.uk-font-default,
h1.uk-font-default,
h2.uk-font-default,
h3.uk-font-default {
    font-weight: 900 !important;
}

.uk-font-default {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}