/* Self-hosted fonts - eliminates Google Fonts network dependency */

/* DM Sans */
@font-face {
  font-family: 'DM Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-sans-700.woff2') format('woff2');
}

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