/* Avapore - Logo & Display Font */
@font-face {
  font-family: 'Avapore';
  src: url('./Avapore.otf') format('opentype'),
       url('./Avapore.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Primary Text Font */
@font-face {
  font-family: 'DM Sans';
  src: url('./dm-sans/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./dm-sans/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Poppins - Headers & Emphasis */
@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Montserrat - Alternative Headers */
@font-face {
  font-family: 'Montserrat';
  src: url('./montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}