/* =========================================================
   WASSLA - KARLA LOCALE (TTF)
   Source locale : fichiers Karla téléchargés depuis Google Fonts
   Emplacement :
   /hebergement-cloud-maroc/assets/fonts/
   ========================================================= */

/* Regular 400 */
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* SemiBold 600 */
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Bold 700 */
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* ExtraBold 800 */
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

/*
 * Police commune à toute la section Cloud.
 * Les fallbacks restent disponibles en cas d'échec de chargement.
 */
.product-page,
.product-page *,
.wassla-header,
.wassla-header *,
.wassla-footer,
.wassla-footer * {
    font-family: "Karla", Arial, sans-serif;
}
