/*
Theme Name: Camy's Luxury Dessert
Theme URI: https://lmd-design.uk/
Author: LMD Design
Author URI: https://lmd-design.uk/
Description: Camy's Luxury Dessert theme by LMD Design, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LMDdesign
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ====== BASICS ====== */
body, p, span, a{
  font-family: "Lato", system-ui;
}
h1, h2, h3, h4, h5, h6, #bar li a, #stickyNav li a{
  font-family: "Playfair Display", serif;
}
#bar li a, #stickyNav li a{
  font-weight: 700;
  text-decoration: none;
}
p, li{
	font-size: 1.4rem;
}
h1{
  font-size: 4rem;
}
img{
  max-width: 100%;
}
a:hover{
  text-decoration: none;
}
:focus{
	outline: none!important;
}
body{
  min-height: 100vh;
}
div, body, span, a{
  background-size: cover;
  background-position: center;
}
p, a{
  color: inherit;
}
div, span, p, h1, h2, h3, h4, h5, h6, a, img, input, button, :hover{
  transition: 0.2s;
}

.circularImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
}
.squareImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.circularImg img, .squareImg img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: none!important;
}
.wp-block-image img{
  min-width: 100%;
}
.centerImg img{
  position: absolute;
}
.overflow-hidden .kt-inside-inner-col{
  height: 100%;
}
