/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
  font-family: "calibri";
  src:  url("https://quadia2.leman-com.ch/wp-content/themes/bb-theme-child/fonts/Calibri-Regular.woff2") format("woff2"),
        url("https://quadia2.leman-com.ch/wp-content/themes/bb-theme-child/fonts/forza-book.woff") format("woff");
  font-weight: normal;
}

html, body, p, li {
	font-family: Times, serif !important;
	font-size: 20px;
	color: #122244;
}

h1 {
	font-family: calibri, sans-serif !important;
	color: #122244;
}
h2, h3, h4, h5, h6 {
	font-family: Times, serif !important;
	color: #122244;
}
h1 { font-size: 48px !important; }
h2 { font-size: 34px !important; }
h3 { font-size: 30px !important; }
h4 { font-size: 26px !important; }
h5 { font-size: 24px !important; }
h6 { font-size: 22px !important; }
.description1 { font-size: 24px !important; }

@media (max-width: 1200px) {
    html, body, p, li { font-size: 18px !important; }
	h1 { font-size: 40px !important; }
	h2 { font-size: 32px !important; }
	h3 { font-size: 26px !important; }
	h4 { font-size: 20px !important; }
}

@media (max-width: 992px) {
    html, body, p, li { font-size: 18px !important; }
	h1 { font-size: 26px !important; }
	h2 { font-size: 24px !important; }
	h3 { font-size: 22px !important; }
	h4 { font-size: 20px !important; }
}