:root {
  --font-main: "Prompt", "Noto Sans Thai", system-ui, sans-serif;
  --font-brand: "Prompt", "Noto Sans Thai", system-ui, sans-serif;
  --font-icons: "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-main);
}
