@font-face {
  font-family: "GillSans";
  src: url("../fonts/GillSans-01.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GillSans";
  src: url("../fonts/GillSans-SemiBold-05.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GillSans";
  src: url("../fonts/GillSans-Bold-02.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f3ef;
  color: #171717;
  font-family:
    "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
p,
ul {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.gill-regular {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gill-semibold {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gill-bold {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-style: normal;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font-family:
    "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
}

strong {
  font-weight: 500;
}
