@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/l-900.woff2") format("woff2"), url("../fonts/d-900.woff") format("woff"), url("../fonts/a-900.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/l-700.woff2") format("woff2"), url("../fonts/d-700.woff") format("woff"), url("../fonts/a-700.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/l-700-italic.woff2") format("woff2"), url("../fonts/d-700-italic.woff") format("woff"), url("../fonts/a-700-italic.otf") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}

.tk-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}

.tk-proxima-nova-condensed {
    font-family: "proxima-nova-condensed", sans-serif;
}

.tk-proxima-nova-extra-condensed {
    font-family: "proxima-nova-extra-condensed", sans-serif;
}
