/*
Theme Name: Duitlabs Health Theme
Theme URI: https://duitlabs.space
Author: Duitlabs.io
Description: Minimal quiz-first WordPress theme for Duitlabs.io Financial Health Check.
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: duitlabs-health
*/

:root{
  --dl-primary:#5A4B92;
  --dl-deep:#4A3E7C;
  --dl-gold:#F2B13A;
  --dl-orange:#E59A28;
  --dl-light:#F4F4F4;
  --dl-text:#201B32;
  --dl-muted:#6C667A;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--dl-text);
  background:radial-gradient(circle at top right,rgba(90,75,146,.08),transparent 34%),linear-gradient(180deg,#fff 0%,#F7F6FA 100%);
}
a{color:inherit}
.dl-site-header{
  width:100%;
  padding:22px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.dl-site-header__inner{
  width:min(1120px,100%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
}
.dl-logo img{height:42px;width:auto;display:block;object-fit:contain}
.dl-theme-shell{min-height:calc(100vh - 92px)}
.dl-site-footer{padding:28px 20px;text-align:center;color:#7d758d;font-size:13px}
@media(max-width:720px){.dl-site-header{padding:18px 16px}.dl-logo img{height:34px}}
