@font-face {
  font-family: 'Akzidenz_Grotesk_Regular';
  src: url('./assets/fonts/Akzidenz_Grotesk/AkzidGroBQReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akzidenz_Grotesk_Medium';
  src: url('./assets/fonts/Akzidenz_Grotesk/AkzidGroBQMd.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold_Akzidenz_Grotesk_Regular';
  src: url('./assets/fonts/Berthold_Akzidenz_Grotesk/Berthold Akzidenz Grotesk Condensed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Berthold_Akzidenz_Grotesk_Bold';
  src: url('./assets/fonts/Berthold_Akzidenz_Grotesk/Berthold Akzidenz Grotesk Bold Condensed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-light: 'Berthold_Akzidenz_Grotesk_Bold'; /*used 2 place only*/
  --font-regular: 'Akzidenz_Grotesk_Medium';
  --font-semibold: 'Berthold_Akzidenz_Grotesk_Bold';
  --font-bold: 'Akzidenz_Grotesk_Medium';
  /* --font-bolder: 'Alternate_Gothic_Bolder'; */
  --secondary-font-light: 'Berthold_Akzidenz_Grotesk_Regular';
  --secondary-font-regular: 'Akzidenz_Grotesk_Regular';
  --secondary-font-semibold: 'Akzidenz_Grotesk_Medium';
  --secondary-font-bold: 'Akzidenz_Grotesk_Medium';
  --welcome-text-font: 'Berthold_Akzidenz_Grotesk_Regular';
  --tertiary-font: 'Berthold_Akzidenz_Grotesk_Bold';
}
