@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "A2z", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  color: #333;
  font-family: "A2z", sans-serif;
}

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

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.wrap {
  width: 100%;
  max-width: 128rem;
  margin: auto;
}

.sound-only {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .ready-img {
    width: 50%;
    padding: 7rem;
  }
}
