/**
 * GAP Zuid VG font-face declarations
 * Custom fonts for Voedingsgeneeskunde branding
 */

@font-face {
  font-family: 'GAPZuidVG';
  src: url('../../fonts/gap/GAPZuidVG-Regular.woff2') format('woff2'),
       url('../../fonts/gap/GAPZuidVG-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GAPZuidVG';
  src: url('../../fonts/gap/GAPZuidVG-Bold.woff2') format('woff2'),
       url('../../fonts/gap/GAPZuidVG-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GAPZuidVG';
  src: url('../../fonts/gap/GAPZuidVG-Italic.woff2') format('woff2'),
       url('../../fonts/gap/GAPZuidVG-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GAPZuidVG';
  src: url('../../fonts/gap/GAPZuidVG-BoldItalic.woff2') format('woff2'),
       url('../../fonts/gap/GAPZuidVG-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
