/* Google Fonts - Local Installation */
/* 
   Download these fonts from Google Fonts and place them in this directory:
   
   1. Playfair Display (weights 500, 700)
      https://fonts.google.com/specimen/Playfair+Display
      - playfair-display-500.woff2
      - playfair-display-700.woff2
   
   2. Space Grotesk (weights 400, 500, 600)
      https://fonts.google.com/specimen/Space+Grotesk
      - space-grotesk-400.woff2
      - space-grotesk-500.woff2
      - space-grotesk-600.woff2
*/

/* Playfair Display - Weight 500 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Weight 700 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk - Weight 400 */
@font-face {
    font-family: 'Space Grotesk';
    src: url('space-grotesk-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk - Weight 500 */
@font-face {
    font-family: 'Space Grotesk';
    src: url('space-grotesk-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk - Weight 600 */
@font-face {
    font-family: 'Space Grotesk';
    src: url('space-grotesk-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
