/* ===== MOSSE THAI FONT FAMILY ===== */

/* Light (300) */
@font-face {
  font-family: "MOSSE THAI";
  src: url("../fonts/mosse-thai-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Book/Regular (400) - Padrão */
@font-face {
  font-family: "MOSSE THAI";
  src: url("../fonts/mosse-thai-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "MOSSE THAI";
  src: url("../fonts/mosse-thai-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aplicar fonte no body */
body {
  font-family:
    "MOSSE THAI",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* Garantir que inputs e botões herdem a fonte */
button,
input,
textarea,
select {
  font-family: inherit;
}
