@font-face {
  font-family: Inter;
  src: url("./font/intervar.woff2");
}

* {
  font-family: Inter, Helvetica, Arial, Liberation Sans, system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1 {
  font-size: 2.986rem; /* 47.78px */
}

h2 {
  font-size: 2.488rem; /* 39.81 */
}

h3 {
  font-size: 2.074rem; /* 33.18(2.074) */
}

h4 {
  font-size: 1.726rem; /* 27.65px */
}

h5 {
  font-size: 1.44rem; /* 23.04px */
}

h6 {
  font-size: 1.2rem; /* 19.2px */
}

p {
  font-size: 1rem; /* 16px browser default */
}

small {
  font-size: 0.833rem; /* 13.33px */
}

/* CSS FIX */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
