@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "layout.css?time=60";
@import "button.css?time=60";
@import "responsive.css?time=60";
@import "component.css?time=60";
@import "modal.css?time=60";
@import "font.css?time=60";
@import "standlayout.css?time=60";
@import "color.css?time=60";
@import "res700-900.css?time=60";
@import "res900-1200.css?time=60";
@import "res1200-1400.css?time=60";
@import "res1400-1600.css?time=60";
@import "res1600-1800.css?time=60";


html {
  font-size: unset !important;
  scroll-behavior: smooth !important;
}

* {
  font-family: "prompt", sans-serif !important;
  font-style: "prompt" !important;
}

body {
  margin: 0 !important;
  font-size: unset ;
  line-height: unset !important;
  font-family: "prompt", sans-serif !important;
  font-style: "prompt" !important;
  background-color: #fff !important;
  color: unset;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  margin: 0 !important;
}

label {
  font-weight: normal !important;
}

img {
  height: auto !important;
  align-self: flex-start;
}

input,
button {
  outline: none !important;
  font-family: "prompt", sans-serif !important;
}
button,
a,
select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"],
input[type="number"] {
  -webkit-appearance: none;
}

button,
input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

button,
select {
  cursor: pointer;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

::placeholder {
  color: #000000ce !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000ce !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000ce !important;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
  font-size: unset !important;
  margin: 0 !important;
}








