/*
Theme Name: Hanna Szíve
Author: WEBPRO
Author URI: https://www.web-pro.hu
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
Version: 1.0
Text Domain: hsz
*/

.righteous-regular {
  font-family: "Righteous", system-ui;
  font-weight: 400;
  font-style: normal;
}


.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}


body, html{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-size: 1.24rem;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  font-variation-settings:
    "wdth" 400;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

h1{
  font-size: 2.8rem !important;
}

.content-wrapper{
  line-height: 1.58;
  font-size: 1.08rem;
}

.content-wrapper p {
  margin: 12px 0;
}