@font-face {
  font-family: 'Alternate_Gothic_Regular';
  src: url('./assets/fonts/Alternate_Gothic/AlternateGotNo1D.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alternate_Gothic_SemiBold';
  src: url('./assets/fonts/Alternate_Gothic/AlternateGotNo2D.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alternate_Gothic_Bold';
  src: url('./assets/fonts/Alternate_Gothic/AlternateGotNo3D.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alternate_Gothic_Bolder';
  src: url('./assets/fonts/Alternate_Gothic/AlternateGotNo3D.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbane_Rounded_Light';
  src: url('./assets/fonts/Urbane_Rounded/UrbaneRounded-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbane_Rounded_SemiBold';
  src: url('./assets/fonts/Urbane_Rounded/UrbaneRounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbane_Rounded_Bold';
  src: url('./assets/fonts/Urbane_Rounded/UrbaneRounded-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hera_Big_Bold';
  src: url('./assets/fonts/Hera_Big/Hera-Big-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YanoneKaffeesatz_Regular';
  src: url('./assets/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-light: 'Alternate_Gothic_Regular';
  --font-regular: 'Alternate_Gothic_Regular';
  --font-semibold: 'Alternate_Gothic_SemiBold';
  --font-bold: 'Alternate_Gothic_Bold';
  --font-bolder: 'Alternate_Gothic_Bolder';
  --secondary-font-light: 'Urbane_Rounded_Light';
  --secondary-font-regular: 'Urbane_Rounded_Light';
  --secondary-font-semibold: 'Urbane_Rounded_SemiBold';
  --secondary-font-bold: 'Urbane_Rounded_Bold';
  --welcome-text-font: 'Hera_Big_Bold';
  --tertiary-font: 'YanoneKaffeesatz_Regular';
}
