@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font: "Thmanyah Sans", Tahoma, Arial, sans-serif;
}

html,
body {
    font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif !important;
}

button,
input,
select,
textarea,
label,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
small,
td,
th,
li,
summary {
    font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif !important;
}
