@font-face {
    font-family: "Lalezar";
    src: url("../fonts/lalezar-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html,
body,
button,
input,
textarea,
select {
    font-family: "Lalezar", Tahoma, "Segoe UI", Arial, sans-serif;
}
