/* File: /Users/liborballaty/LocalProjects/GitHubProjectsDocuments/ballaty-rentals/assets/css/fonts.css
   Description: Self-hosted Google Fonts to eliminate GDPR IP transfer violation
   Author: Libor Ballaty <libor@arionetworks.com>
   Created: 2026-04-04
   Purpose: Define @font-face rules for Lora and DM Sans fonts
   Note: Fonts downloaded from Google Fonts and self-hosted to comply with GDPR
*/

/* DM Sans - Weight 300 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/dm-sans/dm-sans-300.ttf') format('truetype');
}

/* DM Sans - Weight 400 (Regular) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/dm-sans/dm-sans-400.ttf') format('truetype');
}

/* DM Sans - Weight 500 (Medium) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/dm-sans/dm-sans-500.ttf') format('truetype');
}

/* Lora - Weight 400 (Regular) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/lora/lora-400.ttf') format('truetype');
}

/* Lora - Weight 600 (Semibold) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/lora/lora-600.ttf') format('truetype');
}

/* Lora - Weight 400 Italic */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/lora/lora-400-italic.ttf') format('truetype');
}
