@import "https://fonts.googleapis.com/css?family=Kanit|Prompt";

@font-face {
  font-family: "SF Pro";
  src: url("./font/SF-Pro.ttf") format("truetype");
}
@font-face {
  font-family: "Thonburi";
  src: url("./font/Thonburi.ttf") format("truetype");
  unicode-range: U+0E00 –U + 0e7F;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
label {
  font-family:
    SF Pro,
    Thonburi,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
}
input::-webkit-input-placeholder {
  font-family:
    SF Pro,
    Thonburi,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

input:-ms-input-placeholder {
  font-family:
    SF Pro,
    Thonburi,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

input:-moz-placeholder {
  font-family:
    SF Pro,
    Thonburi,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

input::-moz-placeholder {
  font-family:
    SF Pro,
    Thonburi,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
