@import "lumo-css-framework/all-classes.css";

@font-face {
    font-family: "KyivType Sans";
    /*src: url("/fonts/KyivTypeSans-Regular.woff2") format("woff2");*/
    src: url("/fonts/KyivType-Sans.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, :host {
    --lumo-font-family: "KyivType Sans", system-ui, -apple-system, "Segoe UI",
    Roboto, Arial, sans-serif;
}