@font-face {
  font-family: "FUSTAT-REGULAR";
  src: url(./fonts/FUSTAT-REGULAR.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-Black";
  src: url(./fonts/Inter_18pt-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-Bold";
  src: url(./fonts/Inter_18pt-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-BoldItalic";
  src: url(./fonts/Inter_18pt-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-Regular";
  src: url(./fonts/Inter_18pt-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-SemiBold";
  src: url(./fonts/Inter_18pt-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-Medium";
  src: url(./fonts/Inter_18pt-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter_18pt-Light";
  src: url(./fonts/Inter_18pt-Light.ttf) format("truetype");
}
.fRegular{
  font-family: "Inter_18pt-Regular";
}
.fLight{
  font-family: "Inter_18pt-Light";
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre {
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

caption,
th {
  text-align: inherit;
}

ul,
ol,
menu {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
}

textarea {
  overflow: auto;
  resize: vertical;
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a,
ins,
s,
u,
del {
  text-decoration: none;
}

body {
  position: relative;
  font-family: "Inter_18pt-Regular","Inter_18pt-Black", sans-serif;
  font-size: 38px;
}

.transition {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}