@font-face {
    font-family: "Lemon Milk Pro";
    src: url("./LEMONMILKPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("./LEMONMILKPro-Regular.otf") format("opentype");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --site-font: "Lemon Milk Pro", "Lemon Milk", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
a,
p,
span,
label,
div {
    font-family: var(--site-font);
    letter-spacing: 0;
}
