:root { --ckl-dark: #151515;
--ckl-blue: #0227e9;
--ckl-white: #fff;
--ckl-gray: #f4f4f4;
--ckl-dark-gray: #313131;
--ckl-lilac: #d4c8ee;
--ckl-aqua-blue: #b8dbdf;
--ckl-medium-gray: #c5c5c5;
--ckl-light-gray: #dbdbdb;
--ckl-button-primary: #121012;
--ckl-hover-links: #d4c9ed; --ckl-background-alt: #f4f4f4;
--ckl-text: #151515;
--ckl-text-muted: color-mix(in srgb, #151515 58%, #fff);
--ckl-text-inverse: #fff;
--ckl-text-muted-on-dark: color-mix(in srgb, #fff 72%, #313131);
--ckl-border: #c5c5c5;
--ckl-link-hover-on-dark: #00d0f8;
--ckl-error: #c1121f;
--ckl-error-on-dark: #ffb4ab;  --ckl-font-title: "Special Gothic Condensed One", "Special Gothic Condensed One Fallback", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
--ckl-font-text: "Special Gothic", "Special Gothic Fallback", arial, helvetica, sans-serif;
--ckl-font-tag: "Iosevka Charon Mono", "Iosevka Charon Mono Fallback", "Courier New", courier, monospace;
--ckl-fw-title: 700;
--ckl-fw-text: 400;
--ckl-fw-tag: 500; --ckl-container-max: 83.3125rem;  --ckl-ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);
--ckl-ease-panel: cubic-bezier(0.22, 1, 0.36, 1);
--ckl-dur-fast: 0.4s;
--ckl-dur-base: 0.6s;
--ckl-dur-slow: 0.8s;
--ckl-sweep-duration: 0.5s;
--ckl-sweep-transition: background-size 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}