@font-face {
  font-family: 'Goldman Sans';
  src: url('fonts/GoldmanSans-Regular.woff2') format('woff2'),
       url('fonts/GoldmanSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldman Sans';
  src: url('fonts/GoldmanSans-Bold.woff2') format('woff2'),
       url('fonts/GoldmanSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root{
  --main-font: 'Goldman', 'Goldman Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
html, body {
  font-family: var(--main-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}