@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-regular-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-medium-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-semi-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-bold-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/galano-grotesque/galanogrotesque-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --global-font-body: 'ThemeFont', Helvetica, Arial, sans-serif;
}
