/* DANINO LAB — GLOBAL STYLING */ :root { --danino-navy: #10233d; --danino-blue: #2478a8; --danino-light-blue: #eaf3f8; --danino-line: #d9e4ea; --danino-muted: #657383; } body { color: var(--danino-navy); } h1, h2, h3, h4 { letter-spacing: -0.025em; } h1 { line-height: 0.98; } h2 { line-height: 1.05; } p { line-height: 1.65; } .header-title-text a { font-weight: 600; letter-spacing: -0.02em; } .sqs-button-element--primary { border-radius: 2px; transition: transform 180ms ease, opacity 180ms ease; } .sqs-button-element--primary:hover { transform: translateY(-2px); opacity: 0.88; } @media screen and (min-width: 1200px) { .page-section > .content-wrapper { max-width: 1450px; } } @media screen and (max-width: 767px) { h1 { font-size: clamp(44px, 13vw, 66px); line-height: 0.98; } h2 { font-size: clamp(34px, 9vw, 48px); } p { font-size: 17px; line-height: 1.55; } }