@import url("./font.css");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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,
button,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: inherit;
  appearance: none;
  border-radius: 0;
  line-height: 174%;
}

ol,
ul {
  list-style: none;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "SUIT", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
}

a {
  text-decoration: none;
  color: #303030;
}

input {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

img {
  vertical-align: top;
}

button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: #303030;
}

table {
  border-collapse: collapse;
}

select {
  font-family: "SUIT", sans-serif;
  outline: none;
  color: #303030;
}
