/* THIN - 100 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Thin.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* EXTRALIGHT - 200 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* LIGHT - 300 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Light.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* REGULAR - 400 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* MEDIUM - 500 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* BOLD - 700 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* EXTRABOLD - 800 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* BLACK - 900 */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('/fonts/CabinetGrotesk-Black.woff2') format('woff2'),
       url('/fonts/CabinetGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* APLICAR A TODO EL SITIO */
body, * {
  font-family: 'CabinetGrotesk', sans-serif !important;
}
