/*
Theme Name:   Visual Composer Starter Child
Theme URI:    https://visualcomposer.com/
Description:  Thème enfant pour le Visual Composer Starter Theme officiel
Author:       Synexta
Author URI:   https://synexta.fr
Template:     visual-composer-starter
Version:      1.0.0
Text Domain:  vc-starter-child
*/

/* ==========================================================================
   Ajoutez votre CSS personnalisé ci-dessous
   ========================================================================== */

li:before {
	display: none !important;
}

a {
	border: none !important;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.woff2') format('woff2'),
         url('Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Regular.woff2') format('woff2'),
         url('PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair';
    src: url('PlayfairDisplay-Italic.woff2') format('woff2'),
         url('PlayfairDisplay-Italic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}