@font-face {
	font-family:'FilsonSoft-Bold';
	src: url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.woff2');
	src: url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.woff2') format('woff2'),
	url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.woff') format('woff'),
	url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.eot?#iefix') format('embedded-opentype'),
	url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.ttf') format('truetype'),
	url('./zystem/fonts/FilsonSoft-Bold/bab15956435794e3d48309ddf0700b4c.svg#FilsonSoft-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
body {
  --page-title-font: 'FilsonSoft-Bold';
  --font-text-size:
  --font-text-theme: 'FilsonSoft-Bold';
  --font-interface-theme: 'FilsonSoft-Bold';
  --embed-border-left: none;
}
.embed-title {
    border-left: none;
}
.markdown-embed {
    border-left: none !important;
    border-inline-start: none !important;
}
blockquote {
    border-left-color: #D30C70 !important;
}

#cookie-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #FA70B6;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    border-top: 1px solid var(--background-modifier-border);
}

#cookie-banner p {
    display: inline;
}

#cookie-banner button:not(.clickable-icon) {
    margin:10px;
}

.published-container {
  --page-width: 800px;
  --page-side-padding: 48px;
  --outline-heading-color:
  --outline-heading-color-hover: #FA70B6;
  --outline-heading-color-active: #D30C70;
  --site-name-color: #918187;
  --component-title-font: 'FilsonSoft-Bold';
  --nav-parent-item-color-active: #D30C70;
  --nav-item-color-active: #D30C70;
  --nav-item-border-color-active: #D30C70;
  --site-name-font: 'FilsonSoft-Bold';
  --page-title-font: 'FilsonSoft-Bold';
  
  
 
  
  /* ... CSS variables for Publish that do not change when light or dark mode is enabled. They sometimes link to color variables in .theme-light or .theme-dark */
}


.theme-light {
--background-primary: #F2E9D8;
--background-secondary: #F2E9D8;
--text-normal: #073642;
--text-muted: #FA70B6;
--text-accent: #D30C70;
--h1-color: #918187;
--color-accent: #D30C70;
}
.theme-dark {
--background-primary: #1f2a3f;
--background-secondary: #1f2a3f;
--text-normal: #93A1A1;
--text-muted: #FA70B6;
--text-accent: #D30C70;
--h1-color: #EDDEC0;
}
  
  /* ... CSS color variables for when dark mode is enabled
  .theme-light 
  --background-primary: #F2E9D8;
  --h1-color: #918187;
  
  .theme-dark 
  --background-primary: #1f2a3f;
  --h1-color: #EDDEC0;
 
  /* ... CSS color variables for when light mode is enabled */


   */
}

