@font-face {
    font-family: "Inter";
    src: url("../webfonts/inter/Inter.var.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}

:root {
    --kudrama-font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
.btn,
.form-control,
.custom-select,
.dropdown-menu,
.modal,
.tooltip,
.popover {
    font-family: var(--kudrama-font-family) !important;
}
