:root {
    --body-font:'Alegreya-sans', Arial, Helvetica, sans-serif;
	--h1-font: 'Lobster-two-bold', Arial, Helvetica, sans-serif;
	--h2-font: 'Alegreya-sans', Arial, Helvetica, sans-serif;
	--h3456-font: 'Alegreya-sans', Arial, Helvetica, sans-serif;
	--chapeau-font: 'Alegreya-sans', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'Lobster-two-bold';
    src: url('//fonts.xsalto.com/lobster-two/lobstertwo-bold-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/lobster-two/lobstertwo-bold-webfont.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-sans';
    src: url('//fonts.xsalto.com/alegreya-sans/alegreyasans-light-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/alegreya-sans/alegreyasans-light-webfont.woff') format('woff');
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-sans';
    src: url('//fonts.xsalto.com/alegreya-sans/alegreyasans-regular-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/alegreya-sans/alegreyasans-regular-webfont.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-sans';
    src: url('//fonts.xsalto.com/alegreya-sans/alegreyasans-bold-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/alegreya-sans/alegreyasans-bold-webfont.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 48px;
}

h2 {
	font-weight: 200;
	font-size: 32px;
}