@font-face {
  font-family: proxima-nova;
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: proxima-nova;
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: proxima-nova;
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: proxima-nova;
  src: url("../fonts/ProximaNova-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  background: var(--neutral-100, #fff);
  color: var(--neutral-900, #000);
  font-family: proxima-nova, "Gill Sans MT", Arial, sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--neutral-100, #fff);
  color: var(--neutral-900, #000);
}
