@font-face {
  font-family: GeneralSans;
  src: url("./fonts/GeneralSans-Variable.woff2") format("woff2"),
    url("./fonts/GeneralSans-Variable.woff") format("woff"),
    url("./fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: GeneralSans;
  src: url("./fonts/GeneralSans-VariableItalic.woff2") format("woff2"),
    url("./fonts/GeneralSans-VariableItalic.woff") format("woff"),
    url("./fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
