/* ══════════════════════════════════════════════════════════════
   MyKollectOr — Cormorant Garamond self-hosted
   Chemin : /font/cormorant-garamond/
   ══════════════════════════════════════════════════════════════ */

/* 300 — Light */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

/* 400 — Regular */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

/* 500 — Medium */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: optional;
}

/* 600 — SemiBold */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

/* 700 — Bold */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/font/cormorant-garamond/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
