/*
Theme Name: Bakery and Pastry Child
Template: bakery-and-pastry
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Lato:wght@100;300&display=swap');


body {
	font-family:"Lato", sans-serif;
	font-size: 18px;
	color: #fff;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
	font-family:"Cinzel", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
}
p {
  margin: 0 0 15px;
}
blockquote {
  font-size: 18px;
}
