/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 18:42:15 */
h1, h2, h3, h4, h5, h6, .blog-title-card, .blog-title-list {
  font-family: 'Stolzl', sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h5, h6 {
  font-weight: 400;
}

p, a, li, blockquote {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.blog-title-card {
	font-weight: 700;	
}

.blog-title-list{
	
}

/* --- Desktop (default) --- */
h1 { font-size: 3.75rem; }
h2 { font-size: 2.875rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.75rem; }
h5 { font-size: 1.375rem; }
h6 { font-size: 1.25rem; }
p, a  { font-size: 1.125rem; }


/* --- Tablet --- */
@media (max-width: 1024px) {
  h1 { font-size: 3.0625rem; }
  h2 { font-size: 2.375rem; }
  h3 { font-size: 1.625rem; }
  h4 { font-size: 1.4375rem; }
  h5 { font-size: 1.125rem; }
  h6 { font-size: 1rem; }
  p, a { font-size: 1.0625rem; }
}


/* --- Mobile --- */
@media (max-width: 767px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.0625rem; }
  h6 { font-size: 1rem; }
  p, a { font-size: 1rem; }
}

/* --- Links --- */
a {
  color: #YOUR_BRAND_COLOR;
  text-decoration: none;
}
a:hover {
 text-decoration: none;
}