/* ===============================
   GORDITA OPTIMIZED FONT SET
   =============================== */

@font-face {
  font-family: 'Gordita';
  src: url('Gordita-Light.woff2') format('woff2'),
       url('Gordita-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gordita';
  src: url('Gordita-Medium.woff2') format('woff2'),
       url('Gordita-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

/* OPTIONAL — only if really used */
@font-face {
  font-family: 'Gordita';
  src: url('Gordita-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
