{{- $primaryColor := .Site.Params.style.vars.primaryColor | default "#e91e63" -}}{{- $secondaryColor := .Site.Params.style.vars.secondaryColor | default "#f8bbd9" -}}{{- $accentColor := .Site.Params.style.vars.accentColor | default "#ff4081" -}}{{- $textColor := .Site.Params.style.vars.textColor | default "#2c3e50" -}}{{- $textLightColor := .Site.Params.style.vars.textLightColor | default "#6c757d" -}}{{- $backgroundColor := .Site.Params.style.vars.backgroundColor | default "#fff" -}}{{- $backgroundLightColor := .Site.Params.style.vars.backgroundLightColor | default "#f8f9fa" -}}{{- $borderColor := .Site.Params.style.vars.borderColor | default "#e9ecef" -}}:root{--primary-color:{{ $primaryColor }};--secondary-color:{{ $secondaryColor }};--accent-color:{{ $accentColor }};--text-color:{{ $textColor }};--text-light:{{ $textLightColor }};--background:{{ $backgroundColor }};--background-light:{{ $backgroundLightColor }};--border-color:{{ $borderColor }};--shadow:0 4px 20px rgba(233, 30, 99, 0.08);--shadow-hover:0 8px 30px rgba(233, 30, 99, 0.15);--border-radius:16px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--font-primary:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-heading:'Playfair Display', Georgia, serif}