/* AJOUT DES POLICES */

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-MediumItalic.woff2') format('woff2'),
    url('../fonts/Lora/Lora-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-Regular.woff2') format('woff2'),
    url('../fonts/Lora/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-Italic.woff2') format('woff2'),
    url('../fonts/Lora/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-SemiBold.woff2') format('woff2'),
    url('../fonts/Lora/Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Lora/Lora-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-Medium.woff2') format('woff2'),
    url('../fonts/Lora/Lora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-Bold.woff2') format('woff2'),
    url('../fonts/Lora/Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-BoldItalic.woff2') format('woff2'),
    url('../fonts/Lora/Lora-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-SemiBold.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Medium.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Regular.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Bold.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Light.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript/DancingScript-Medium.woff2') format('woff2'),
    url('../fonts/DancingScript/DancingScript-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript/DancingScript-Regular.woff2') format('woff2'),
    url('../fonts/DancingScript/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript/DancingScript-Bold.woff2') format('woff2'),
    url('../fonts/DancingScript/DancingScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript/DancingScript-SemiBold.woff2') format('woff2'),
    url('../fonts/DancingScript/DancingScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


