/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'lunora-custom.css'"

**/
{{ 'lunora-custom.css' | asset_url | stylesheet_tag }}
/* Global Typography */

.ln-section h1{
font-size:clamp(48px,6vw,72px);
line-height:.95;
letter-spacing:-.04em;
}

.ln-section h2{
font-size:clamp(34px,4vw,52px);
line-height:1;
letter-spacing:-.03em;
}

.ln-section p{
font-size:16px;
line-height:1.7;
opacity:.85;
}

/* Section spacing */

.ln-section{
padding-top:80px!important;
padding-bottom:80px!important;
}

/* Cards */

.ln-card{
padding:24px!important;
border-radius:24px!important;
}