@import url("https://fonts.googleapis.com/css2?family=Anuphan:wght@400;500;600;700;800&display=swap");

/* Global font for every public, admin, upload and legacy page. */
html,
body,
body *,
button,
input,
select,
textarea,
option {
    font-family: "Anuphan", sans-serif !important;
}
