/* static/css/fonts.css */

/* Arista Bold */
@font-face {
  font-family: 'Arista';
  src: url('../fonts/Arista-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Arista Light */
@font-face {
  font-family: 'Arista';
  src: url('../fonts/Arista-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Arista Regular */
@font-face {
  font-family: 'Arista';
  src: url('../fonts/Arista-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Déclaration optionnelle pour des alias de polices si vous préférez les utiliser séparément */
@font-face {
  font-family: 'Arista-Bold';
  src: url('../fonts/Arista-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arista-Light';
  src: url('../fonts/Arista-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arista-Extrabold';
  src: url('../fonts/Arista-Extrabold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Classes utilitaires */
.font-arista-extrabold {
    font-family: 'Arista-Extrabold', sans-serif;
} 

.font-arista-bold {
    font-family: 'Arista-Bold', sans-serif;
}


.font-arista-light {
    font-family: 'Arista-Light', sans-serif;
}