@font-face {
	font-family: 'Soleil';
	src: url('../fonts/Soleil-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Soleil';
	src: url('../fonts/Soleil-Book.woff2') format('woff2');
	font-weight: 350;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Soleil';
	src: url('../fonts/Soleil-Regular.woff2') format('woff2');
	font-weight: 400 499;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Soleil';
	src: url('../fonts/Soleil-SemiBold.woff2') format('woff2');
	font-weight: 500 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Soleil';
	src: url('../fonts/Soleil-Bold.woff2') format('woff2');
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bunyan Pro';
	src: url('../fonts/BunyanPro-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bunyan Pro';
	src: url('../fonts/BunyanPro-Medium.woff2') format('woff2');
	font-weight: 500 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bunyan Pro';
	src: url('../fonts/BunyanPro-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* TinyMCE format classes — перебивають будь-який font-family на контейнері */
.ff-soleil-light    { font-family: 'Soleil', sans-serif !important; font-weight: 300 !important; }
.ff-soleil-book     { font-family: 'Soleil', sans-serif !important; font-weight: 350 !important; }
.ff-soleil-regular  { font-family: 'Soleil', sans-serif !important; font-weight: 400 !important; }
.ff-soleil-semibold { font-family: 'Soleil', sans-serif !important; font-weight: 600 !important; }
.ff-soleil-bold     { font-family: 'Soleil', sans-serif !important; font-weight: 700 !important; }
.ff-bunyan-regular  { font-family: 'Bunyan Pro', serif !important;  font-weight: 400 !important; }
.ff-bunyan-medium   { font-family: 'Bunyan Pro', serif !important;  font-weight: 500 !important; }
.ff-bunyan-bold     { font-family: 'Bunyan Pro', serif !important;  font-weight: 700 !important; }