@slite/style
Version:
Slite shared style
1 lines • 70.1 kB
CSS
:root{--font-size-smallest:10px;--font-size-smaller:11px;--font-size-small:12px;--font-size-normal:13px;--font-size-large:14px;--font-size-larger:20px;--font-size-largest:26px;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-one:1;--line-height-normal:1.2em;--line-height-large:1.4em;--line-height-larger:1.6em;--line-height-largest:2em;--font-family-system:"UniversalSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-title:"Garnett",FixEmoji,sans-serif;--font-family-monospace:"Source Code Pro",Inconsolata,Monaco,Consolas,"Courier New",Courier,monospace;--radius-smaller:1px;--radius-small:2px;--radius-normal:4px;--radius-large:6px;--radius-larger:10px;--radius-largest:50px;--opacity-null:0;--opacity-smaller:0.2;--opacity-small:0.4;--opacity-half:0.5;--opacity-normal:0.6;--opacity-large:0.8;--z-index-mega:9;--z-index-huge:4;--z-index-large:3;--z-index-medium:2;--z-index-small:1;--z-index-null:0;--z-index-modal:var(--z-index-mega);--z-index-modal-backdrop:var(--z-index-huge);--box-shadow-modals:0 2px 40px 0 rgba(44,44,44,0.08);--box-shadow-smaller:0px 1px 2px 0px rgba(44,50,77,0.1);--box-shadow-small:0 2px 3px 0 rgba(44,50,70,0.15);--box-shadow-right-small:0px 1px 2px 0px rgba(44,50,77,0.1);--box-shadow-bottom-small:0 1px 2px 0 rgba(44,44,44,0.1);--box-shadow-normal:0px 1px 8px 0px rgba(0,0,0,0.08);--box-shadow-medium:0 0 10px 0 rgba(44,50,77,0.07);--box-shadow-large:0 2px 40px 0 rgba(44,44,44,0.2);--spacing-smallest:1px;--spacing-smaller:2px;--spacing-small:5px;--spacing-normal:10px;--spacing-medium:15px;--spacing-large:20px;--spacing-larger:30px;--spacing-largest:40px;--spacing-huge:60px;--transition:all 0.13s ease-in-out;--transition-medium:all 0.4s ease-in-out;--note-panel-horizontal-width:70px;--note-editor-min-width:420px;--note-editor-max-width:680px;--note-header-height:70px;--note-editor-font-size:16px;--note-editor-font-size-medium:15px;--note-editor-line-height:1.6em;--note-editor-list-item-margin-left:30px;--note-editor-title-font-size:44px;--note-editor-title-line-height:1.25em;--note-editor-header-letter-spacing:-0.015em;--note-editor-h1-font-size:2em;--note-editor-h1-line-height:1.3em;--note-editor-h1-margin-after:4px;--note-editor-h1-margin-before:32px;--note-editor-h2-font-size:1.5em;--note-editor-h2-line-height:1.4em;--note-editor-h2-margin-after:4px;--note-editor-h2-margin-before:20px;--note-editor-h3-font-size:1.2em;--note-editor-h3-line-height:1.7em;--note-editor-h3-margin-after:4px;--note-editor-h3-margin-before:16px}.dark-mode.color-mode-elevated .force-light-mode,.dark-mode .color-mode-elevated .force-light-mode,.dark-mode .force-light-mode,:root{--transparent:transparent;--shade-00:#2d2f34;--shade-05:#3f434a;--shade-10:#5e646e;--shade-20:#6a707c;--shade-30:#acb1b9;--shade-40:#d8dadf;--shade-45:#ecedef;--shade-50:#f1f2f4;--shade-100:#fcfcfd;--shade-100:#fdfdfd;--full-white:#fff;--blue-10:#0d3c82;--blue-20:#0a4ecd;--blue-30:#1668e3;--blue-40:#4688ec;--blue-50:#c8dbf9;--blue-60:#e8f0fd;--blue-70:#f1f6fe;--red-00:#531313;--red-10:#841515;--red-20:#b11;--red-30:#da2f2f;--red-40:#e64c4c;--red-50:#f26e6e;--red-60:#f58a8a;--red-70:#f8afaf;--red-80:#fee1e1;--red-100:#fef1f1;--black:#1d1e20;--white:#fdfdfd;--red:#ff5a6e;--yellow:#ffcf59;--yellow-dark:#926400;--sand:#ffe697;--pink:#ffb199;--green:#b8e986;--saturn-orange:#f67748;--moon-dust:#f9efe4;--pink-moon:#eebacb;--tag-default-background:#f5f5f7;--tag-default-color:#72727d;--tag-blue-background:#d4f4f7;--tag-blue-color:#30767e;--tag-green-background:#cffcd6;--tag-green-color:#38794e;--tag-yellow-background:#fff3c2;--tag-yellow-color:#974e00;--tag-orange-background:#ffe6cc;--tag-orange-color:#974e00;--tag-red-background:#ffe6e6;--tag-red-color:#ba1b1b;--tag-mauve-background:#fee6f2;--tag-mauve-color:#b52068;--tag-purple-background:#f0e9fc;--tag-purple-color:#6b34df;--tag-bleu-background:#edf1ff;--tag-bleu-color:#3e57e5;--tag-grey-background:#dbdbdf;--tag-grey-color:#70727e}body{--primary:var(--blue-30);--primary-light:var(--blue-40);--primary-dark:var(--blue-20);--primary-darker:var(--blue-10);--primary-shade-light:var(--blue-70);--primary-shade-dark:var(--blue-60);--tooltip-color:#fff;--tooltip-background-color:#3b3a3a;--entity-highlight-color:var(--primary-dark);--entity-highlight-background:var(--primary-shade-light);--entity-highlight-active-color:var(--primary-darker);--entity-highlight-active-background:var(--primary-shade-dark);--note-editor-color:var(--shade-05);--note-editor-selection-color:rgba(159,162,254,0.19);--code-background:var(--shade-50);--code-border-color:var(--shade-40)}.dark-mode{--shade-100:#232529;--shade-50:#2d2f34;--shade-45:#3f434a;--shade-40:#5e646e;--shade-30:#6a707c;--shade-20:#acb1b9;--shade-10:#d8dadf;--shade-05:#ecedef;--shade-00:#f1f2f4;--white:#f5f6f7;--black:#1d1e20;--tag-default-background:#5b5d67;--tag-default-color:#ebecee;--tag-blue-background:#4aa7cf;--tag-blue-color:#e9fafb;--tag-green-background:#4ba36b;--tag-green-color:#e7feea;--tag-yellow-background:#ddb450;--tag-yellow-color:#fff9e5;--tag-orange-background:#e88954;--tag-orange-color:#fcefe8;--tag-red-background:#d96060;--tag-red-color:#fce9e9;--tag-mauve-background:#d85c98;--tag-mauve-color:#fbe9f2;--tag-purple-background:#805ad2;--tag-purple-color:#eee8fd;--tag-bleu-background:#687ced;--tag-bleu-color:#e5ebff;--tag-grey-background:#5b5d67;--tag-grey-color:#dbdbdf;--darker-blue-entity-background:#213351}body.dark-mode,body .dark-mode{--primary:var(--blue-30);--primary-light:var(--blue-50);--primary-dark:var(--blue-20);--primary-darker:var(--blue-10);--primary-shade-light:var(--blue-20);--primary-shade-dark:var(--blue-10);--entity-highlight-color:var(--primary-light);--entity-highlight-background:var(--darker-blue-entity-background);--entity-highlight-active-color:var(--primary-light);--entity-highlight-active-background:var(--primary-shade-dark);--note-editor-color:var(--shade-05);--note-editor-selection-color:rgba(133,150,255,0.2);--code-background:var(--shade-45);--code-border-color:var(--shade-40)}body.dark-mode.color-mode-elevated,body .dark-mode.color-mode-elevated,body.dark-mode .color-mode-elevated,body .dark-mode .color-mode-elevated{--shade-100:#2d2f34;--shade-50:#3f434a;--shade-45:#5e646e;--shade-40:#6a707c;--shade-30:#acb1b9;--shade-20:#d8dadf;--shade-10:#ecedef;--shade-05:#f1f2f4;--shade-00:#fcfcfd}.slite-design-system{--spacing-smallest:2px;--spacing-smaller:4px;--spacing-small:8px;--spacing-normal:12px;--spacing-medium:16px;--spacing-large:24px;--spacing-larger:32px;--spacing-largest:40px;--spacing-huge:60px}.child-effects-on-focus:focus .transparent-child-effect,.child-effects-on-hover:hover .transparent-child-effect,.transparent,.transparent-on-active:active,.transparent-on-focus:focus,.transparent-on-hover:hover{color:var(--transparent)}.background-transparent,.background-transparent-on-focus:focus,.background-transparent-on-hover:hover,.child-effects-on-focus:focus .background-transparent-child-effect,.child-effects-on-hover:hover .background-transparent-child-effect{background-color:var(--transparent)}.background-transparent-on-active:active{background-color:var(--transparent)!important}.border-transparent,.border-transparent-on-active:active,.border-transparent-on-focus:focus,.border-transparent-on-hover:hover,.child-effects-on-focus:focus .border-transparent-child-effect,.child-effects-on-hover:hover .border-transparent-child-effect{border-color:var(--transparent)}.placeholder-transparent::-ms-input-placeholder{color:var(--transparent)}.placeholder-transparent::placeholder{color:var(--transparent)}.black,.black-on-active:active,.black-on-focus:focus,.black-on-hover:hover,.child-effects-on-focus:focus .black-child-effect,.child-effects-on-hover:hover .black-child-effect{color:var(--black)}.background-black,.background-black-on-focus:focus,.background-black-on-hover:hover,.child-effects-on-focus:focus .background-black-child-effect,.child-effects-on-hover:hover .background-black-child-effect{background-color:var(--black)}.background-black-on-active:active{background-color:var(--black)!important}.border-black,.border-black-on-active:active,.border-black-on-focus:focus,.border-black-on-hover:hover,.child-effects-on-focus:focus .border-black-child-effect,.child-effects-on-hover:hover .border-black-child-effect{border-color:var(--black)}.placeholder-black::-ms-input-placeholder{color:var(--black)}.placeholder-black::placeholder{color:var(--black)}.child-effects-on-focus:focus .shade-00-child-effect,.child-effects-on-hover:hover .shade-00-child-effect,.shade-00,.shade-00-on-active:active,.shade-00-on-focus:focus,.shade-00-on-hover:hover{color:var(--shade-00)}.background-shade-00,.background-shade-00-on-focus:focus,.background-shade-00-on-hover:hover,.child-effects-on-focus:focus .background-shade-00-child-effect,.child-effects-on-hover:hover .background-shade-00-child-effect{background-color:var(--shade-00)}.background-shade-00-on-active:active{background-color:var(--shade-00)!important}.border-shade-00,.border-shade-00-on-active:active,.border-shade-00-on-focus:focus,.border-shade-00-on-hover:hover,.child-effects-on-focus:focus .border-shade-00-child-effect,.child-effects-on-hover:hover .border-shade-00-child-effect{border-color:var(--shade-00)}.placeholder-shade-00::-ms-input-placeholder{color:var(--shade-00)}.placeholder-shade-00::placeholder{color:var(--shade-00)}.child-effects-on-focus:focus .shade-05-child-effect,.child-effects-on-hover:hover .shade-05-child-effect,.shade-05,.shade-05-on-active:active,.shade-05-on-focus:focus,.shade-05-on-hover:hover{color:var(--shade-05)}.background-shade-05,.background-shade-05-on-focus:focus,.background-shade-05-on-hover:hover,.child-effects-on-focus:focus .background-shade-05-child-effect,.child-effects-on-hover:hover .background-shade-05-child-effect{background-color:var(--shade-05)}.background-shade-05-on-active:active{background-color:var(--shade-05)!important}.border-shade-05,.border-shade-05-on-active:active,.border-shade-05-on-focus:focus,.border-shade-05-on-hover:hover,.child-effects-on-focus:focus .border-shade-05-child-effect,.child-effects-on-hover:hover .border-shade-05-child-effect{border-color:var(--shade-05)}.placeholder-shade-05::-ms-input-placeholder{color:var(--shade-05)}.placeholder-shade-05::placeholder{color:var(--shade-05)}.child-effects-on-focus:focus .shade-10-child-effect,.child-effects-on-hover:hover .shade-10-child-effect,.shade-10,.shade-10-on-active:active,.shade-10-on-focus:focus,.shade-10-on-hover:hover{color:var(--shade-10)}.background-shade-10,.background-shade-10-on-focus:focus,.background-shade-10-on-hover:hover,.child-effects-on-focus:focus .background-shade-10-child-effect,.child-effects-on-hover:hover .background-shade-10-child-effect{background-color:var(--shade-10)}.background-shade-10-on-active:active{background-color:var(--shade-10)!important}.border-shade-10,.border-shade-10-on-active:active,.border-shade-10-on-focus:focus,.border-shade-10-on-hover:hover,.child-effects-on-focus:focus .border-shade-10-child-effect,.child-effects-on-hover:hover .border-shade-10-child-effect{border-color:var(--shade-10)}.placeholder-shade-10::-ms-input-placeholder{color:var(--shade-10)}.placeholder-shade-10::placeholder{color:var(--shade-10)}.child-effects-on-focus:focus .shade-20-child-effect,.child-effects-on-hover:hover .shade-20-child-effect,.shade-20,.shade-20-on-active:active,.shade-20-on-focus:focus,.shade-20-on-hover:hover{color:var(--shade-20)}.background-shade-20,.background-shade-20-on-focus:focus,.background-shade-20-on-hover:hover,.child-effects-on-focus:focus .background-shade-20-child-effect,.child-effects-on-hover:hover .background-shade-20-child-effect{background-color:var(--shade-20)}.background-shade-20-on-active:active{background-color:var(--shade-20)!important}.border-shade-20,.border-shade-20-on-active:active,.border-shade-20-on-focus:focus,.border-shade-20-on-hover:hover,.child-effects-on-focus:focus .border-shade-20-child-effect,.child-effects-on-hover:hover .border-shade-20-child-effect{border-color:var(--shade-20)}.placeholder-shade-20::-ms-input-placeholder{color:var(--shade-20)}.placeholder-shade-20::placeholder{color:var(--shade-20)}.child-effects-on-focus:focus .shade-30-child-effect,.child-effects-on-hover:hover .shade-30-child-effect,.shade-30,.shade-30-on-active:active,.shade-30-on-focus:focus,.shade-30-on-hover:hover{color:var(--shade-30)}.background-shade-30,.background-shade-30-on-focus:focus,.background-shade-30-on-hover:hover,.child-effects-on-focus:focus .background-shade-30-child-effect,.child-effects-on-hover:hover .background-shade-30-child-effect{background-color:var(--shade-30)}.background-shade-30-on-active:active{background-color:var(--shade-30)!important}.border-shade-30,.border-shade-30-on-active:active,.border-shade-30-on-focus:focus,.border-shade-30-on-hover:hover,.child-effects-on-focus:focus .border-shade-30-child-effect,.child-effects-on-hover:hover .border-shade-30-child-effect{border-color:var(--shade-30)}.placeholder-shade-30::-ms-input-placeholder{color:var(--shade-30)}.placeholder-shade-30::placeholder{color:var(--shade-30)}.child-effects-on-focus:focus .shade-40-child-effect,.child-effects-on-hover:hover .shade-40-child-effect,.shade-40,.shade-40-on-active:active,.shade-40-on-focus:focus,.shade-40-on-hover:hover{color:var(--shade-40)}.background-shade-40,.background-shade-40-on-focus:focus,.background-shade-40-on-hover:hover,.child-effects-on-focus:focus .background-shade-40-child-effect,.child-effects-on-hover:hover .background-shade-40-child-effect{background-color:var(--shade-40)}.background-shade-40-on-active:active{background-color:var(--shade-40)!important}.border-shade-40,.border-shade-40-on-active:active,.border-shade-40-on-focus:focus,.border-shade-40-on-hover:hover,.child-effects-on-focus:focus .border-shade-40-child-effect,.child-effects-on-hover:hover .border-shade-40-child-effect{border-color:var(--shade-40)}.placeholder-shade-40::-ms-input-placeholder{color:var(--shade-40)}.placeholder-shade-40::placeholder{color:var(--shade-40)}.child-effects-on-focus:focus .shade-45-child-effect,.child-effects-on-hover:hover .shade-45-child-effect,.shade-45,.shade-45-on-active:active,.shade-45-on-focus:focus,.shade-45-on-hover:hover{color:var(--shade-45)}.background-shade-45,.background-shade-45-on-focus:focus,.background-shade-45-on-hover:hover,.child-effects-on-focus:focus .background-shade-45-child-effect,.child-effects-on-hover:hover .background-shade-45-child-effect{background-color:var(--shade-45)}.background-shade-45-on-active:active{background-color:var(--shade-45)!important}.border-shade-45,.border-shade-45-on-active:active,.border-shade-45-on-focus:focus,.border-shade-45-on-hover:hover,.child-effects-on-focus:focus .border-shade-45-child-effect,.child-effects-on-hover:hover .border-shade-45-child-effect{border-color:var(--shade-45)}.placeholder-shade-45::-ms-input-placeholder{color:var(--shade-45)}.placeholder-shade-45::placeholder{color:var(--shade-45)}.child-effects-on-focus:focus .shade-50-child-effect,.child-effects-on-hover:hover .shade-50-child-effect,.shade-50,.shade-50-on-active:active,.shade-50-on-focus:focus,.shade-50-on-hover:hover{color:var(--shade-50)}.background-shade-50,.background-shade-50-on-focus:focus,.background-shade-50-on-hover:hover,.child-effects-on-focus:focus .background-shade-50-child-effect,.child-effects-on-hover:hover .background-shade-50-child-effect{background-color:var(--shade-50)}.background-shade-50-on-active:active{background-color:var(--shade-50)!important}.border-shade-50,.border-shade-50-on-active:active,.border-shade-50-on-focus:focus,.border-shade-50-on-hover:hover,.child-effects-on-focus:focus .border-shade-50-child-effect,.child-effects-on-hover:hover .border-shade-50-child-effect{border-color:var(--shade-50)}.placeholder-shade-50::-ms-input-placeholder{color:var(--shade-50)}.placeholder-shade-50::placeholder{color:var(--shade-50)}.child-effects-on-focus:focus .shade-100-child-effect,.child-effects-on-hover:hover .shade-100-child-effect,.shade-100,.shade-100-on-active:active,.shade-100-on-focus:focus,.shade-100-on-hover:hover{color:var(--shade-100)}.background-shade-100,.background-shade-100-on-focus:focus,.background-shade-100-on-hover:hover,.child-effects-on-focus:focus .background-shade-100-child-effect,.child-effects-on-hover:hover .background-shade-100-child-effect{background-color:var(--shade-100)}.background-shade-100-on-active:active{background-color:var(--shade-100)!important}.border-shade-100,.border-shade-100-on-active:active,.border-shade-100-on-focus:focus,.border-shade-100-on-hover:hover,.child-effects-on-focus:focus .border-shade-100-child-effect,.child-effects-on-hover:hover .border-shade-100-child-effect{border-color:var(--shade-100)}.placeholder-shade-100::-ms-input-placeholder{color:var(--shade-100)}.placeholder-shade-100::placeholder{color:var(--shade-100)}.child-effects-on-focus:focus .white-child-effect,.child-effects-on-hover:hover .white-child-effect,.white,.white-on-active:active,.white-on-focus:focus,.white-on-hover:hover{color:var(--white)}.background-white,.background-white-on-focus:focus,.background-white-on-hover:hover,.child-effects-on-focus:focus .background-white-child-effect,.child-effects-on-hover:hover .background-white-child-effect{background-color:var(--white)}.background-white-on-active:active{background-color:var(--white)!important}.border-white,.border-white-on-active:active,.border-white-on-focus:focus,.border-white-on-hover:hover,.child-effects-on-focus:focus .border-white-child-effect,.child-effects-on-hover:hover .border-white-child-effect{border-color:var(--white)}.placeholder-white::-ms-input-placeholder{color:var(--white)}.placeholder-white::placeholder{color:var(--white)}.child-effects-on-focus:focus .full-white-child-effect,.child-effects-on-hover:hover .full-white-child-effect,.full-white,.full-white-on-active:active,.full-white-on-focus:focus,.full-white-on-hover:hover{color:var(--full-white)}.background-full-white,.background-full-white-on-focus:focus,.background-full-white-on-hover:hover,.child-effects-on-focus:focus .background-full-white-child-effect,.child-effects-on-hover:hover .background-full-white-child-effect{background-color:var(--full-white)}.background-full-white-on-active:active{background-color:var(--full-white)!important}.border-full-white,.border-full-white-on-active:active,.border-full-white-on-focus:focus,.border-full-white-on-hover:hover,.child-effects-on-focus:focus .border-full-white-child-effect,.child-effects-on-hover:hover .border-full-white-child-effect{border-color:var(--full-white)}.placeholder-full-white::-ms-input-placeholder{color:var(--full-white)}.placeholder-full-white::placeholder{color:var(--full-white)}.child-effects-on-focus:focus .red-20-child-effect,.child-effects-on-hover:hover .red-20-child-effect,.red-20,.red-20-on-active:active,.red-20-on-focus:focus,.red-20-on-hover:hover{color:var(--red-20)}.background-red-20,.background-red-20-on-focus:focus,.background-red-20-on-hover:hover,.child-effects-on-focus:focus .background-red-20-child-effect,.child-effects-on-hover:hover .background-red-20-child-effect{background-color:var(--red-20)}.background-red-20-on-active:active{background-color:var(--red-20)!important}.border-red-20,.border-red-20-on-active:active,.border-red-20-on-focus:focus,.border-red-20-on-hover:hover,.child-effects-on-focus:focus .border-red-20-child-effect,.child-effects-on-hover:hover .border-red-20-child-effect{border-color:var(--red-20)}.placeholder-red-20::-ms-input-placeholder{color:var(--red-20)}.placeholder-red-20::placeholder{color:var(--red-20)}.child-effects-on-focus:focus .red-30-child-effect,.child-effects-on-hover:hover .red-30-child-effect,.red-30,.red-30-on-active:active,.red-30-on-focus:focus,.red-30-on-hover:hover{color:var(--red-30)}.background-red-30,.background-red-30-on-focus:focus,.background-red-30-on-hover:hover,.child-effects-on-focus:focus .background-red-30-child-effect,.child-effects-on-hover:hover .background-red-30-child-effect{background-color:var(--red-30)}.background-red-30-on-active:active{background-color:var(--red-30)!important}.border-red-30,.border-red-30-on-active:active,.border-red-30-on-focus:focus,.border-red-30-on-hover:hover,.child-effects-on-focus:focus .border-red-30-child-effect,.child-effects-on-hover:hover .border-red-30-child-effect{border-color:var(--red-30)}.placeholder-red-30::-ms-input-placeholder{color:var(--red-30)}.placeholder-red-30::placeholder{color:var(--red-30)}.child-effects-on-focus:focus .red-50-child-effect,.child-effects-on-hover:hover .red-50-child-effect,.red-50,.red-50-on-active:active,.red-50-on-focus:focus,.red-50-on-hover:hover{color:var(--red-50)}.background-red-50,.background-red-50-on-focus:focus,.background-red-50-on-hover:hover,.child-effects-on-focus:focus .background-red-50-child-effect,.child-effects-on-hover:hover .background-red-50-child-effect{background-color:var(--red-50)}.background-red-50-on-active:active{background-color:var(--red-50)!important}.border-red-50,.border-red-50-on-active:active,.border-red-50-on-focus:focus,.border-red-50-on-hover:hover,.child-effects-on-focus:focus .border-red-50-child-effect,.child-effects-on-hover:hover .border-red-50-child-effect{border-color:var(--red-50)}.placeholder-red-50::-ms-input-placeholder{color:var(--red-50)}.placeholder-red-50::placeholder{color:var(--red-50)}.child-effects-on-focus:focus .red-60-child-effect,.child-effects-on-hover:hover .red-60-child-effect,.red-60,.red-60-on-active:active,.red-60-on-focus:focus,.red-60-on-hover:hover{color:var(--red-60)}.background-red-60,.background-red-60-on-focus:focus,.background-red-60-on-hover:hover,.child-effects-on-focus:focus .background-red-60-child-effect,.child-effects-on-hover:hover .background-red-60-child-effect{background-color:var(--red-60)}.background-red-60-on-active:active{background-color:var(--red-60)!important}.border-red-60,.border-red-60-on-active:active,.border-red-60-on-focus:focus,.border-red-60-on-hover:hover,.child-effects-on-focus:focus .border-red-60-child-effect,.child-effects-on-hover:hover .border-red-60-child-effect{border-color:var(--red-60)}.placeholder-red-60::-ms-input-placeholder{color:var(--red-60)}.placeholder-red-60::placeholder{color:var(--red-60)}.child-effects-on-focus:focus .red-70-child-effect,.child-effects-on-hover:hover .red-70-child-effect,.red-70,.red-70-on-active:active,.red-70-on-focus:focus,.red-70-on-hover:hover{color:var(--red-70)}.background-red-70,.background-red-70-on-focus:focus,.background-red-70-on-hover:hover,.child-effects-on-focus:focus .background-red-70-child-effect,.child-effects-on-hover:hover .background-red-70-child-effect{background-color:var(--red-70)}.background-red-70-on-active:active{background-color:var(--red-70)!important}.border-red-70,.border-red-70-on-active:active,.border-red-70-on-focus:focus,.border-red-70-on-hover:hover,.child-effects-on-focus:focus .border-red-70-child-effect,.child-effects-on-hover:hover .border-red-70-child-effect{border-color:var(--red-70)}.placeholder-red-70::-ms-input-placeholder{color:var(--red-70)}.placeholder-red-70::placeholder{color:var(--red-70)}.child-effects-on-focus:focus .red-child-effect,.child-effects-on-hover:hover .red-child-effect,.red,.red-on-active:active,.red-on-focus:focus,.red-on-hover:hover{color:var(--red)}.background-red,.background-red-on-focus:focus,.background-red-on-hover:hover,.child-effects-on-focus:focus .background-red-child-effect,.child-effects-on-hover:hover .background-red-child-effect{background-color:var(--red)}.background-red-on-active:active{background-color:var(--red)!important}.border-red,.border-red-on-active:active,.border-red-on-focus:focus,.border-red-on-hover:hover,.child-effects-on-focus:focus .border-red-child-effect,.child-effects-on-hover:hover .border-red-child-effect{border-color:var(--red)}.placeholder-red::-ms-input-placeholder{color:var(--red)}.placeholder-red::placeholder{color:var(--red)}.child-effects-on-focus:focus .yellow-child-effect,.child-effects-on-hover:hover .yellow-child-effect,.yellow,.yellow-on-active:active,.yellow-on-focus:focus,.yellow-on-hover:hover{color:var(--yellow)}.background-yellow,.background-yellow-on-focus:focus,.background-yellow-on-hover:hover,.child-effects-on-focus:focus .background-yellow-child-effect,.child-effects-on-hover:hover .background-yellow-child-effect{background-color:var(--yellow)}.background-yellow-on-active:active{background-color:var(--yellow)!important}.border-yellow,.border-yellow-on-active:active,.border-yellow-on-focus:focus,.border-yellow-on-hover:hover,.child-effects-on-focus:focus .border-yellow-child-effect,.child-effects-on-hover:hover .border-yellow-child-effect{border-color:var(--yellow)}.placeholder-yellow::-ms-input-placeholder{color:var(--yellow)}.placeholder-yellow::placeholder{color:var(--yellow)}.child-effects-on-focus:focus .yellow-dark-child-effect,.child-effects-on-hover:hover .yellow-dark-child-effect,.yellow-dark,.yellow-dark-on-active:active,.yellow-dark-on-focus:focus,.yellow-dark-on-hover:hover{color:var(--yellow-dark)}.background-yellow-dark,.background-yellow-dark-on-focus:focus,.background-yellow-dark-on-hover:hover,.child-effects-on-focus:focus .background-yellow-dark-child-effect,.child-effects-on-hover:hover .background-yellow-dark-child-effect{background-color:var(--yellow-dark)}.background-yellow-dark-on-active:active{background-color:var(--yellow-dark)!important}.border-yellow-dark,.border-yellow-dark-on-active:active,.border-yellow-dark-on-focus:focus,.border-yellow-dark-on-hover:hover,.child-effects-on-focus:focus .border-yellow-dark-child-effect,.child-effects-on-hover:hover .border-yellow-dark-child-effect{border-color:var(--yellow-dark)}.placeholder-yellow-dark::-ms-input-placeholder{color:var(--yellow-dark)}.placeholder-yellow-dark::placeholder{color:var(--yellow-dark)}.child-effects-on-focus:focus .sand-child-effect,.child-effects-on-hover:hover .sand-child-effect,.sand,.sand-on-active:active,.sand-on-focus:focus,.sand-on-hover:hover{color:var(--sand)}.background-sand,.background-sand-on-focus:focus,.background-sand-on-hover:hover,.child-effects-on-focus:focus .background-sand-child-effect,.child-effects-on-hover:hover .background-sand-child-effect{background-color:var(--sand)}.background-sand-on-active:active{background-color:var(--sand)!important}.border-sand,.border-sand-on-active:active,.border-sand-on-focus:focus,.border-sand-on-hover:hover,.child-effects-on-focus:focus .border-sand-child-effect,.child-effects-on-hover:hover .border-sand-child-effect{border-color:var(--sand)}.placeholder-sand::-ms-input-placeholder{color:var(--sand)}.placeholder-sand::placeholder{color:var(--sand)}.child-effects-on-focus:focus .pink-child-effect,.child-effects-on-hover:hover .pink-child-effect,.pink,.pink-on-active:active,.pink-on-focus:focus,.pink-on-hover:hover{color:var(--pink)}.background-pink,.background-pink-on-focus:focus,.background-pink-on-hover:hover,.child-effects-on-focus:focus .background-pink-child-effect,.child-effects-on-hover:hover .background-pink-child-effect{background-color:var(--pink)}.background-pink-on-active:active{background-color:var(--pink)!important}.border-pink,.border-pink-on-active:active,.border-pink-on-focus:focus,.border-pink-on-hover:hover,.child-effects-on-focus:focus .border-pink-child-effect,.child-effects-on-hover:hover .border-pink-child-effect{border-color:var(--pink)}.placeholder-pink::-ms-input-placeholder{color:var(--pink)}.placeholder-pink::placeholder{color:var(--pink)}.child-effects-on-focus:focus .primary-child-effect,.child-effects-on-hover:hover .primary-child-effect,.primary,.primary-on-active:active,.primary-on-focus:focus,.primary-on-hover:hover{color:var(--primary)}.background-primary,.background-primary-on-focus:focus,.background-primary-on-hover:hover,.child-effects-on-focus:focus .background-primary-child-effect,.child-effects-on-hover:hover .background-primary-child-effect{background-color:var(--primary)}.background-primary-on-active:active{background-color:var(--primary)!important}.border-primary,.border-primary-on-active:active,.border-primary-on-focus:focus,.border-primary-on-hover:hover,.child-effects-on-focus:focus .border-primary-child-effect,.child-effects-on-hover:hover .border-primary-child-effect{border-color:var(--primary)}.placeholder-primary::-ms-input-placeholder{color:var(--primary)}.placeholder-primary::placeholder{color:var(--primary)}.child-effects-on-focus:focus .primary-light-child-effect,.child-effects-on-hover:hover .primary-light-child-effect,.primary-light,.primary-light-on-active:active,.primary-light-on-focus:focus,.primary-light-on-hover:hover{color:var(--primary-light)}.background-primary-light,.background-primary-light-on-focus:focus,.background-primary-light-on-hover:hover,.child-effects-on-focus:focus .background-primary-light-child-effect,.child-effects-on-hover:hover .background-primary-light-child-effect{background-color:var(--primary-light)}.background-primary-light-on-active:active{background-color:var(--primary-light)!important}.border-primary-light,.border-primary-light-on-active:active,.border-primary-light-on-focus:focus,.border-primary-light-on-hover:hover,.child-effects-on-focus:focus .border-primary-light-child-effect,.child-effects-on-hover:hover .border-primary-light-child-effect{border-color:var(--primary-light)}.placeholder-primary-light::-ms-input-placeholder{color:var(--primary-light)}.placeholder-primary-light::placeholder{color:var(--primary-light)}.child-effects-on-focus:focus .primary-dark-child-effect,.child-effects-on-hover:hover .primary-dark-child-effect,.primary-dark,.primary-dark-on-active:active,.primary-dark-on-focus:focus,.primary-dark-on-hover:hover{color:var(--primary-dark)}.background-primary-dark,.background-primary-dark-on-focus:focus,.background-primary-dark-on-hover:hover,.child-effects-on-focus:focus .background-primary-dark-child-effect,.child-effects-on-hover:hover .background-primary-dark-child-effect{background-color:var(--primary-dark)}.background-primary-dark-on-active:active{background-color:var(--primary-dark)!important}.border-primary-dark,.border-primary-dark-on-active:active,.border-primary-dark-on-focus:focus,.border-primary-dark-on-hover:hover,.child-effects-on-focus:focus .border-primary-dark-child-effect,.child-effects-on-hover:hover .border-primary-dark-child-effect{border-color:var(--primary-dark)}.placeholder-primary-dark::-ms-input-placeholder{color:var(--primary-dark)}.placeholder-primary-dark::placeholder{color:var(--primary-dark)}.child-effects-on-focus:focus .primary-darker-child-effect,.child-effects-on-hover:hover .primary-darker-child-effect,.primary-darker,.primary-darker-on-active:active,.primary-darker-on-focus:focus,.primary-darker-on-hover:hover{color:var(--primary-darker)}.background-primary-darker,.background-primary-darker-on-focus:focus,.background-primary-darker-on-hover:hover,.child-effects-on-focus:focus .background-primary-darker-child-effect,.child-effects-on-hover:hover .background-primary-darker-child-effect{background-color:var(--primary-darker)}.background-primary-darker-on-active:active{background-color:var(--primary-darker)!important}.border-primary-darker,.border-primary-darker-on-active:active,.border-primary-darker-on-focus:focus,.border-primary-darker-on-hover:hover,.child-effects-on-focus:focus .border-primary-darker-child-effect,.child-effects-on-hover:hover .border-primary-darker-child-effect{border-color:var(--primary-darker)}.placeholder-primary-darker::-ms-input-placeholder{color:var(--primary-darker)}.placeholder-primary-darker::placeholder{color:var(--primary-darker)}.child-effects-on-focus:focus .primary-shade-light-child-effect,.child-effects-on-hover:hover .primary-shade-light-child-effect,.primary-shade-light,.primary-shade-light-on-active:active,.primary-shade-light-on-focus:focus,.primary-shade-light-on-hover:hover{color:var(--primary-shade-light)}.background-primary-shade-light,.background-primary-shade-light-on-focus:focus,.background-primary-shade-light-on-hover:hover,.child-effects-on-focus:focus .background-primary-shade-light-child-effect,.child-effects-on-hover:hover .background-primary-shade-light-child-effect{background-color:var(--primary-shade-light)}.background-primary-shade-light-on-active:active{background-color:var(--primary-shade-light)!important}.border-primary-shade-light,.border-primary-shade-light-on-active:active,.border-primary-shade-light-on-focus:focus,.border-primary-shade-light-on-hover:hover,.child-effects-on-focus:focus .border-primary-shade-light-child-effect,.child-effects-on-hover:hover .border-primary-shade-light-child-effect{border-color:var(--primary-shade-light)}.placeholder-primary-shade-light::-ms-input-placeholder{color:var(--primary-shade-light)}.placeholder-primary-shade-light::placeholder{color:var(--primary-shade-light)}.child-effects-on-focus:focus .primary-shade-dark-child-effect,.child-effects-on-hover:hover .primary-shade-dark-child-effect,.primary-shade-dark,.primary-shade-dark-on-active:active,.primary-shade-dark-on-focus:focus,.primary-shade-dark-on-hover:hover{color:var(--primary-shade-dark)}.background-primary-shade-dark,.background-primary-shade-dark-on-focus:focus,.background-primary-shade-dark-on-hover:hover,.child-effects-on-focus:focus .background-primary-shade-dark-child-effect,.child-effects-on-hover:hover .background-primary-shade-dark-child-effect{background-color:var(--primary-shade-dark)}.background-primary-shade-dark-on-active:active{background-color:var(--primary-shade-dark)!important}.border-primary-shade-dark,.border-primary-shade-dark-on-active:active,.border-primary-shade-dark-on-focus:focus,.border-primary-shade-dark-on-hover:hover,.child-effects-on-focus:focus .border-primary-shade-dark-child-effect,.child-effects-on-hover:hover .border-primary-shade-dark-child-effect{border-color:var(--primary-shade-dark)}.placeholder-primary-shade-dark::-ms-input-placeholder{color:var(--primary-shade-dark)}.placeholder-primary-shade-dark::placeholder{color:var(--primary-shade-dark)}.child-effects-on-focus:focus .green-child-effect,.child-effects-on-hover:hover .green-child-effect,.green,.green-on-active:active,.green-on-focus:focus,.green-on-hover:hover{color:var(--green)}.background-green,.background-green-on-focus:focus,.background-green-on-hover:hover,.child-effects-on-focus:focus .background-green-child-effect,.child-effects-on-hover:hover .background-green-child-effect{background-color:var(--green)}.background-green-on-active:active{background-color:var(--green)!important}.border-green,.border-green-on-active:active,.border-green-on-focus:focus,.border-green-on-hover:hover,.child-effects-on-focus:focus .border-green-child-effect,.child-effects-on-hover:hover .border-green-child-effect{border-color:var(--green)}.placeholder-green::-ms-input-placeholder{color:var(--green)}.placeholder-green::placeholder{color:var(--green)}.child-effects-on-focus:focus .saturn-orange-child-effect,.child-effects-on-hover:hover .saturn-orange-child-effect,.saturn-orange,.saturn-orange-on-active:active,.saturn-orange-on-focus:focus,.saturn-orange-on-hover:hover{color:var(--saturn-orange)}.background-saturn-orange,.background-saturn-orange-on-focus:focus,.background-saturn-orange-on-hover:hover,.child-effects-on-focus:focus .background-saturn-orange-child-effect,.child-effects-on-hover:hover .background-saturn-orange-child-effect{background-color:var(--saturn-orange)}.background-saturn-orange-on-active:active{background-color:var(--saturn-orange)!important}.border-saturn-orange,.border-saturn-orange-on-active:active,.border-saturn-orange-on-focus:focus,.border-saturn-orange-on-hover:hover,.child-effects-on-focus:focus .border-saturn-orange-child-effect,.child-effects-on-hover:hover .border-saturn-orange-child-effect{border-color:var(--saturn-orange)}.placeholder-saturn-orange::-ms-input-placeholder{color:var(--saturn-orange)}.placeholder-saturn-orange::placeholder{color:var(--saturn-orange)}.child-effects-on-focus:focus .moon-dust-child-effect,.child-effects-on-hover:hover .moon-dust-child-effect,.moon-dust,.moon-dust-on-active:active,.moon-dust-on-focus:focus,.moon-dust-on-hover:hover{color:var(--moon-dust)}.background-moon-dust,.background-moon-dust-on-focus:focus,.background-moon-dust-on-hover:hover,.child-effects-on-focus:focus .background-moon-dust-child-effect,.child-effects-on-hover:hover .background-moon-dust-child-effect{background-color:var(--moon-dust)}.background-moon-dust-on-active:active{background-color:var(--moon-dust)!important}.border-moon-dust,.border-moon-dust-on-active:active,.border-moon-dust-on-focus:focus,.border-moon-dust-on-hover:hover,.child-effects-on-focus:focus .border-moon-dust-child-effect,.child-effects-on-hover:hover .border-moon-dust-child-effect{border-color:var(--moon-dust)}.placeholder-moon-dust::-ms-input-placeholder{color:var(--moon-dust)}.placeholder-moon-dust::placeholder{color:var(--moon-dust)}.child-effects-on-focus:focus .pink-moon-child-effect,.child-effects-on-hover:hover .pink-moon-child-effect,.pink-moon,.pink-moon-on-active:active,.pink-moon-on-focus:focus,.pink-moon-on-hover:hover{color:var(--pink-moon)}.background-pink-moon,.background-pink-moon-on-focus:focus,.background-pink-moon-on-hover:hover,.child-effects-on-focus:focus .background-pink-moon-child-effect,.child-effects-on-hover:hover .background-pink-moon-child-effect{background-color:var(--pink-moon)}.background-pink-moon-on-active:active{background-color:var(--pink-moon)!important}.border-pink-moon,.border-pink-moon-on-active:active,.border-pink-moon-on-focus:focus,.border-pink-moon-on-hover:hover,.child-effects-on-focus:focus .border-pink-moon-child-effect,.child-effects-on-hover:hover .border-pink-moon-child-effect{border-color:var(--pink-moon)}.placeholder-pink-moon::-ms-input-placeholder{color:var(--pink-moon)}.placeholder-pink-moon::placeholder{color:var(--pink-moon)}.note-editor-title{color:var(--shade-00);font-family:var(--font-family-title)}.note-editor-title:disabled{-webkit-text-fill-color:var(--shade-00)}.comment-editor,.note-editor{color:var(--note-editor-color);caret-color:var(--note-editor-color)}.comment-editor ::selection,.note-editor-title::selection,.note-editor ::selection{background:var(--note-editor-selection-color)}.comment-highlighted{border-bottom:3px solid #ffcf59}.comment-highlighted:hover{background-color:#ffe697;border-bottom:3px solid #ffe697}.note-editor mark{color:var(--note-editor-color)}.note-editor code{background-color:var(--code-background);border:1px solid var(--code-border-color)}.entity-highlight{color:var(--entity-highlight-color);background-color:var(--entity-highlight-background)}.entity-highlight.is-clickable:hover,.entity-highlight.is-selected{color:var(--entity-highlight-active-color);background-color:var(--entity-highlight-active-background)}@media (any-pointer:fine){.entity-highlight:hover{color:var(--entity-highlight-active-color);background-color:var(--entity-highlight-active-background)}.dark-mode .entity-highlight:hover{color:var(--entity-highlight-active-color);background-color:var(--entity-highlight-active-background)}}.note-editor blockquote:before{background-color:var(--shade-45)}.slite-editor-database-cell:before,.slite-editor-table-cell:before{border-color:var(--shade-40)}.slite-editor-database-tag-default{background-color:var(--tag-default-background);color:var(--tag-default-color)}.slite-editor-database-tag-blue{background-color:var(--tag-blue-background);color:var(--tag-blue-color)}.slite-editor-database-tag-green{background-color:var(--tag-green-background);color:var(--tag-green-color)}.slite-editor-database-tag-yellow{background-color:var(--tag-yellow-background);color:var(--tag-yellow-color)}.slite-editor-database-tag-orange{background-color:var(--tag-orange-background);color:var(--tag-orange-color)}.slite-editor-database-tag-red{background-color:var(--tag-red-background);color:var(--tag-red-color)}.slite-editor-database-tag-mauve{background-color:var(--tag-mauve-background);color:var(--tag-mauve-color)}.slite-editor-database-tag-purple{background-color:var(--tag-purple-background);color:var(--tag-purple-color)}.slite-editor-database-tag-bleu{background-color:var(--tag-bleu-background);color:var(--tag-bleu-color)}.slite-editor-database-tag-grey{background-color:var(--tag-grey-background);color:var(--tag-grey-color)}.tooltip{color:var(--tooltip-color);background-color:var(--tooltip-background-color)}.background-stripped-shade-100{background:repeating-linear-gradient(120deg,var(--shade-100),var(--shade-100) 3px,var(--shade-45) 0,var(--shade-45) 5px)}.background-stripped-red{background:repeating-linear-gradient(120deg,var(--red),var(--red) 3px,#ff5164 0,#ff5164 5px)}.background-stripped-primary{background:repeating-linear-gradient(120deg,var(--primary),var(--primary) 2px,var(--primary-shade-light) 0,var(--primary-shade-light) 5px)}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-small{border-width:1px;border-style:solid}.border-medium{border-width:2px;border-style:solid}.border-none{border:none}.border-top-small{border-top-width:1px;border-top-style:solid}.border-top-medium{border-top-width:2px;border-top-style:solid}.border-top-large{border-top-width:4px;border-top-style:solid}.border-top-none{border-top:none}.border-top-transparent{border-top-color:transparent}.border-right-small{border-right-width:1px;border-right-style:solid}.border-right-medium{border-right-width:2px;border-right-style:solid}.border-right-large{border-right-width:4px;border-right-style:solid}.border-right-none{border-right:none}.border-right-transparent{border-right-color:transparent}.border-bottom-small{border-bottom-width:1px;border-bottom-style:solid}.border-bottom-medium{border-bottom-width:2px;border-bottom-style:solid}.border-bottom-large{border-bottom-width:4px;border-bottom-style:solid}.border-bottom-none{border-bottom:none}.border-bottom-transparent{border-bottom-color:transparent}.border-left-small{border-left-width:1px;border-left-style:solid}.border-left-medium{border-left-width:2px;border-left-style:solid}.border-left-large{border-left-width:4px;border-left-style:solid}.border-left-none{border-left:none}.border-left-transparent{border-left-color:transparent}.border-right-normal-transparent{border-right-color:transparent;border-right-width:1px}.border-right-transparent-unless-hovered:not(:hover){border-right-color:transparent}:hover~.border-left-transparent-on-sibling-hovered{border-left-color:transparent}.border-bottom-transparent-unless-hovered:not(:hover){border-bottom-color:transparent}:hover~.border-top-transparent-on-sibling-hovered{border-top-color:transparent}.border-bottom-none-not-last-child:not(:last-child){border-bottom:none}@font-face{font-family:FixEmoji;unicode-range:u+200d,u+1f300-1f5ff,u+1f600-1f64f,u+1f680-1f6ff,u+26??;src:local("Segoe UI Emoji"),local("Segoe UI Symbol"),local("Segoe UI"),local("Apple Color Emoji"),local("Android Emoji"),local(EmojiSymbols),local(Symbola),local("Arial")}.font-family-system{font-family:var(--font-family-system)}.font-family-title{font-family:var(--font-family-title)}.font-family-monospace{font-family:var(--font-family-monospace)}.font-size-smallest{font-size:var(--font-size-smallest)}.line-height-smallest{line-height:var(--font-size-smallest)}.font-size-smaller{font-size:var(--font-size-smaller)}.line-height-smaller{line-height:var(--font-size-smaller)}.font-size-small{font-size:var(--font-size-small)}.line-height-small{line-height:var(--font-size-small)}.font-size-normal{font-size:var(--font-size-normal)}.line-height-normal{line-height:var(--font-size-normal)}.font-size-large{font-size:var(--font-size-large)}.line-height-large{line-height:var(--font-size-large)}.font-size-larger{font-size:var(--font-size-larger)}.line-height-larger{line-height:var(--font-size-larger)}.font-size-largest{font-size:var(--font-size-largest)}.line-height-largest{line-height:var(--font-size-largest)}.bold{font-weight:700}.font-weight-light{font-weight:var(--font-weight-light)}.font-weight-light-on-hover:hover{font-weight:var(--font-weight-light)}.font-weight-regular{font-weight:var(--font-weight-regular)}.font-weight-regular-on-hover:hover{font-weight:var(--font-weight-regular)}.font-weight-medium{font-weight:var(--font-weight-medium)}.font-weight-medium-on-hover:hover{font-weight:var(--font-weight-medium)}.font-weight-semibold{font-weight:var(--font-weight-semibold)}.font-weight-semibold-on-hover:hover{font-weight:var(--font-weight-semibold)}.font-weight-bold{font-weight:var(--font-weight-bold)}.font-weight-bold-on-hover:hover{font-weight:var(--font-weight-bold)}.line-height-one{line-height:var(--line-height-one)}.line-height-normal{line-height:var(--line-height-normal)}.line-height-large{line-height:var(--line-height-large)}.line-height-larger{line-height:var(--line-height-larger)}.line-height-largest{line-height:var(--line-height-largest)}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.underline-on-hover:hover{text-decoration:underline}.italic{font-style:italic}.letter-spacing-small{letter-spacing:.4px}@font-face{font-family:UniversalSans;src:url(https://assets.slite.com/fonts/UniversalSansGX-Regular.woff2) format("woff2"),url(https://assets.slite.com/fonts/UniversalSansGX-Regular.woff) format("woff"),url(https://assets.slite.com/fonts/UniversalSansGX-Regular.ttf) format("truetype");font-display:swap;font-weight:400}@font-face{font-family:UniversalSans;src:url(https://assets.slite.com/fonts/UniversalSansGX-Medium.woff2) format("woff2"),url(https://assets.slite.com/fonts/UniversalSansGX-Medium.woff) format("woff"),url(https://assets.slite.com/fonts/UniversalSansGX-Medium.ttf) format("truetype");font-display:swap;font-weight:500}@font-face{font-family:UniversalSans;src:url(https://assets.slite.com/fonts/UniversalSansGX-Bold.woff2) format("woff2"),url(https://assets.slite.com/fonts/UniversalSansGX-Bold.woff) format("woff"),url(https://assets.slite.com/fonts/UniversalSansGX-Bold.ttf) format("truetype");font-display:swap;font-weight:700}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Black.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Black.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Black.ttf) format("truetype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-BlackItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-BlackItalic.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-BlackItalic.ttf) format("truetype");font-display:swap;font-weight:900;font-style:italic}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Semibold.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Semibold.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Semibold.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.ttf) format("truetype");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Semibold.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Semibold.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Semibold.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-SemiboldItalic.ttf) format("truetype");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Medium.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Medium.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Medium.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-MediumItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-MediumItalic.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-MediumItalic.ttf) format("truetype");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Regular.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Regular.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Regular.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-RegularItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-RegularItalic.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-RegularItalic.ttf) format("truetype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-Light.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-Light.woff) format("woff"),url(https://assets.slite.com/fonts/Garnett-Light.ttf) format("truetype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:Garnett;src:url(https://assets.slite.com/fonts/Garnett-LightItalic.woff2) format("woff2"),url(https://assets.slite.com/fonts/Garnett-LightItalic.woff) format("woff"),url(https://assets.slite.com/fonts/