/**
 * Polices locales PaintVault
 * Hébergées localement pour éviter les appels à Google Fonts
 */

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

/* Montserrat - Medium (500) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Montserrat-Medium.ttf') format('truetype');
}

/* Montserrat - SemiBold (600) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Montserrat-SemiBold.ttf') format('truetype');
}

/* Montserrat - Bold (700) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Montserrat-Bold.ttf') format('truetype');
}

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

/* Lora - Medium (500) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Lora-Medium.ttf') format('truetype');
}

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

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