/* Déclaration des polices personnalisées */
@font-face {
    font-family: "Switzer";
    src: url("../fonts/switzer-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Switzer";
    src: url("../fonts/switzer-semi-bold.woff2")format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela-thin.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela-thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela-regular.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}