/**
 * Local Font Definitions
 * GDPR-compliant: All fonts served from local server
 */

/* Cormorant Garamond - Light 300 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2');
}

/* Cormorant Garamond - Regular 400 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond - Medium 500 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

/* Cormorant Garamond - SemiBold 600 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2');
}

/* Cormorant Garamond - Bold 700 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/cormorant-garamond-v21-latin-700.woff2') format('woff2');
}

/* Inter - Light 300 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/inter-v20-latin-300.woff2') format('woff2');
}

/* Inter - Regular 400 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter - Medium 500 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}

/* Inter - SemiBold 600 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v20-latin-600.woff2') format('woff2');
}

/* Inter - Bold 700 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v20-latin-700.woff2') format('woff2');
}

/* SmartFrocks NF - Display/Decorative Font */
@font-face {
  font-display: swap;
  font-family: 'SmartFrocks NF';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/SmartFrocksNF.woff2') format('woff2');
}

/* Dancing Script - Regular (optional decorative font) */
@font-face {
  font-display: swap;
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dancing-script-regular.woff2') format('woff2');
}
