@font-face {
    font-family: "benton-sans";
    src: url("benton-300.woff2") format("woff2"),
    url("benton-300.woff") format("woff"),
    url("benton-300.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "benton-sans";
    src: url("benton-500.woff2") format("woff2"),
    url("benton-500.woff") format("woff"),
    url("benton-500.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "benton-sans";
    src: url("benton-600.woff2") format("woff2"),
    url("benton-600.woff") format("woff"),
    url("benton-600.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: "benton-sans";
    src: url("benton-700.woff2") format("woff2"),
    url("benton-700.woff") format("woff"),
    url("benton-700.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

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