/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.3.6
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body{
   font-family: "Lora", serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Lora", serif !important;
	letter-spacing: 1px !important;
}

p, span{
	letter-spacing: 1px !important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .hfe-site-logo-img{
   	width: 60%;
  }
}