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

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/urbanist/urbanist-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThemeFont';
  src: url('/fonts/urbanist/urbanist-semi-bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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