/* --------------------------------------------------
   Kids Regular, la del logo de l'esplai
-------------------------------------------------- */
@font-face {
    font-family: 'Kids';
    src: url('/fonts/Kids.woff2') format('woff2'),
         url('/fonts/Kids.woff') format('woff'),
         url('/fonts/Kids.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------
   Vallès Rural, en veritat és Adigiana Toybox Regular, però
   com és la tipografia que es va utilitzar a dues TI/TJ pel
   merxan de la totebag i el got verd, li diré així
-------------------------------------------------- */
@font-face {
    font-family: 'VallesRural';
    src: url('/fonts/VallesRural.woff2') format('woff2'),
         url('/fonts/VallesRural.woff') format('woff'),
         url('/fonts/VallesRural.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------
   Alfa Slab One, no sé, últimament l'hem utilitzada a Powers
-------------------------------------------------- */
@font-face {
    font-family: 'AlfaSlabOne';
    src: url('/fonts/AlfaSlabOne.woff2') format('woff2'),
         url('/fonts/AlfaSlabOne.woff') format('woff'),
         url('/fonts/AlfaSlabOne.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------
   Helvetica (Regular, Bold, Italic, BoldItalic)
   Potser és la "bàsica" de la web, tot i que pesen massa
   els arxius, si no trobo versions més comprimides tiraré
   per la següent font, per velocitat de càrrega de la web
-------------------------------------------------- */
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica.woff2') format('woff2'),
         url('/fonts/Helvetica.woff') format('woff'),
         url('/fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/HelveticaB.woff2') format('woff2'),
         url('/fonts/HelveticaB.woff') format('woff'),
         url('/fonts/HelveticaB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/HelveticaO.woff2') format('woff2'),
         url('/fonts/HelveticaO.woff') format('woff'),
         url('/fonts/HelveticaO.ttf') format('truetype');
    font-weight: 400;
    font-style: oblique;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/HelveticaBO.woff2') format('woff2'),
         url('/fonts/HelveticaBO.woff') format('woff'),
         url('/fonts/HelveticaBO.ttf') format('truetype');
    font-weight: 700;
    font-style: oblique;
}

/* --------------------------------------------------
   Poppins (Regular, Bold, Italic, BoldItalic)
   Opció B de ser la "bàsica" de la web, cal dir que
   pesa menys i és de codi lliure
-------------------------------------------------- */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins.woff2') format('woff2'),
         url('/fonts/Poppins.woff') format('woff'),
         url('/fonts/Poppins.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/PoppinsB.woff2') format('woff2'),
         url('/fonts/PoppinsB.woff') format('woff'),
         url('/fonts/PoppinsB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/PoppinsI.woff2') format('woff2'),
         url('/fonts/PoppinsI.woff') format('woff'),
         url('/fonts/PoppinsI.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/PoppinsBI.woff2') format('woff2'),
         url('/fonts/PoppinsBI.woff') format('woff'),
         url('/fonts/PoppinsBI.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* --------------------------------------------------
   Classes útils
-------------------------------------------------- */

/* Kids Regular */
.font-kids {
    font-family: 'Kids', sans-serif !important;
}

/* Helvetica */
.font-helvetica {
    font-family: 'Helvetica', sans-serif;
}

/* Alfa Slab One */
.font-alfaslabone {
    font-family: 'AlfaSlabOne', serif;
}

/* Poppins */
.font-poppins {
    font-family: 'Poppins', sans-serif;
}

/* Adigiana Toybox Regular / Vallès Rural  */
.font-vallesrural {
    font-family: 'VallesRural', serif;
}
