/* Local Font Faces - Self-hosted for performance and environmental efficiency */

/* Outfit Font Family */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit 400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit 600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit 700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Font Family */
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat 700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat 900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
