@font-face {
  font-family: 'Akhand-Regular';
  src: url('./assets/fonts/akhand-font-family/Akhand-Regular-BF642a315662a17.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akhand-Semibold';
  src: url('./assets/fonts/akhand-font-family/Akhand-Semibold-BF642a3156c2d40.otf') format('opentype');
  font-weight: 300;
  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_Medium';
  src: url('./assets/fonts/Urbane_Rounded/UrbaneRounded-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --font-regular: 'Akhand-Regular';
  --font-semibold: 'Akhand-Semibold';

  --secondary-font-light: 'Urbane_Rounded_Light';
  --secondary-font-medium: 'Urbane_Rounded_Medium';
  --secondary-font-demibold: 'Urbane_Rounded_demiBold';

  --welcome-text-font: 'Akhand-Semibold';
  --tertiary-font: 'Urbane_Rounded_demiBold';
}
