/*
Theme Name: Bigfish
Description: Theme enfant de GeneratePress
Author: QLOVIS
Author URI: https://qlovis.fr/
Template: generatepress
Version: 0.1.0
*/

/* Styles normaux */
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Thin.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Light.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Book.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Regular.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Bold.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-XBold.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-XBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Heavy.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-Black.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Styles italiques */
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-ThinItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-LightItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-BookItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-BookItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-RegularItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-BoldItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-BoldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-XBoldItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-XBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-HeavyItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-HeavyItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/generatesite/fonts/Nexa-BlackItalic.woff2') format('woff2'),
         url('/wp-content/themes/generatesite/fonts/Nexa-BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
}

body, p {
    font-family: 'Open Sans', sans-serif;
}

.logoFooter {
	width: 250px;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}