/* Shared visual tokens for every CONFAT page. */
:root{
	--cf-font-family:'Be Vietnam Pro',Arial,sans-serif;
	--cf-color-primary:#123c31;
	--cf-color-primary-dark:#092c24;
	--cf-color-primary-soft:#eaf0ec;
	--cf-color-accent:#d38a43;
	--cf-color-ink:#202722;
	--cf-color-muted:#737c76;
	--cf-color-border:#e1e5e1;
	--cf-color-surface:#fff;
	--cf-color-surface-alt:#f6f7f5;
	--cf-container:1240px;
	--cf-gutter:clamp(20px,5vw,64px);
	--cf-section-space:clamp(56px,7vw,96px);
	--cf-space-1:4px;--cf-space-2:8px;--cf-space-3:12px;--cf-space-4:16px;--cf-space-5:24px;--cf-space-6:32px;--cf-space-7:48px;--cf-space-8:64px;
	--cf-text-xs:11px;--cf-text-sm:13px;--cf-text-base:15px;--cf-text-lg:18px;--cf-text-xl:24px;--cf-text-2xl:clamp(30px,3.4vw,46px);--cf-text-hero:clamp(36px,4.2vw,58px);
	--cf-radius-sm:3px;--cf-radius-md:8px;--cf-radius-pill:999px;
	--cf-motion-fast:180ms;--cf-motion-base:320ms;--cf-motion-slow:650ms;--cf-ease:cubic-bezier(.2,.7,.2,1);
}
body.confat-refresh-site{font-family:var(--cf-font-family);color:var(--cf-color-ink);font-size:var(--cf-text-base)}
body.confat-refresh-site *{font-family:var(--cf-font-family)!important}
body.confat-refresh-site .cf-wrap{width:min(var(--cf-container),calc(100% - var(--cf-gutter)*2));margin-inline:auto}
body.confat-refresh-site .cf-icon{width:1.25em;height:1.25em;display:inline-block;flex:0 0 auto;vertical-align:middle}
@media(prefers-reduced-motion:reduce){body.confat-refresh-site{scroll-behavior:auto!important}body.confat-refresh-site *,body.confat-refresh-site *::before,body.confat-refresh-site *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
