/* Agrandir Font */
@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/agrandir-bold.woff2') format('woff2'),
       url('/assets/fonts/agrandir-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/Agrandir-ThinItalic.woff2') format('woff2'),
       url('/assets/fonts/Agrandir-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Photoshoot Font */
@font-face {
  font-family: 'Photoshoot';
  src: url('/assets/fonts/Photoshoot.woff2') format('woff2'),
       url('/assets/fonts/Photoshoot.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
