@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/28eca10b-dfa8-406d-a70a-f7839de4fb1b.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/7a83fee1-fc54-4088-bc5e-a4c6a342a71f.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/0dd72a5a-5672-47bd-b89f-b2d3f0a8fcc7.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/8c217268-c5a0-4319-8744-4ce0a0d9c219.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/1e68bbb1-e6e3-40f4-bd94-45293371c9d1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MazdaType';
  src: url('/fonts/0d0af5a9-3679-4ff1-a1bb-f73698a3e9c4.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Variables */
:root {
  --font-mazda: 'MazdaType', sans-serif;
}

/* Utilidades */
.font-regular {
  font-family: var(--font-mazda);
  font-weight: 400;
  font-style: normal;
}

.font-regular-italic {
  font-family: var(--font-mazda);
  font-weight: 400;
  font-style: italic;
}

.font-medium {
  font-family: var(--font-mazda);
  font-weight: 500;
  font-style: normal;
}

.font-medium-italic {
  font-family: var(--font-mazda);
  font-weight: 500;
  font-style: italic;
}

.font-bold {
  font-family: var(--font-mazda);
  font-weight: 700;
  font-style: normal;
}

.font-bold-italic {
  font-family: var(--font-mazda);
  font-weight: 700;
  font-style: italic;
}

/* Aplicación global */
body {
  font-family: var(--font-mazda);
}
