/*
Theme Name: Skin Beauty Child
Template: skin-beauty
*/

:root {
    /* Depth Colours (12%) */
    --esds-navy:            #1A2B4A;
    --esds-ink:             #0D1B3A;
}

.es-sec-hero::before {
  backdrop-filter: blur(20px);
}

footer {
	background: var(--navy) !important;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px !important;
}

h1, h2, h3 {
	font-family: "Sora", sans-serif !important;
	color: var(--esds-ink);
}

.gdlr-blog-title, .gdlr-blog-title a{
    color: var(--esds-ink);
    font-weight: 600;
}



.gdlr-item.gdlr-blog-medium {
  border-bottom-color: transparent;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.gdlr-blog-medium .gdlr-blog-thumbnail {
  max-width: 350px;
}
img {
  filter: initial !important;
}

