/* Shared, local type system for every public and signed-in Kid-dd screen. */
@font-face {
  font-family: "DB Heavent";
  src: url("assets/fonts/DBHeavent-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("assets/fonts/DBHeavent-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("assets/fonts/DBHeavent-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("assets/fonts/DBHeavent-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

html {
  font-synthesis: none;
}

body {
  font-family: "DB Heavent", "Noto Sans Thai", Tahoma, sans-serif !important;
  font-size: 20px;
  line-height: 1.35;
}

body button,
body input,
body select,
body textarea,
body :is(h1, h2, h3, h4, h5, h6, p, a, span, b, strong, small, label, li, td, th, dt, dd) {
  font-family: "DB Heavent", "Noto Sans Thai", Tahoma, sans-serif !important;
}

button,
input,
select,
textarea {
  line-height: 1.2;
}
