/**
 * Maison Font Family
 * Custom font declarations for GenAuto website
 */

/* Maison Regular */
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Maison Medium */
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Maison Demi (SemiBold) */
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Maison Bold */
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
