@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.published-container {
  --page-width: 1000px;
  --page-side-padding: 48px;
  --sidebar-font-size: 18px;
  --sidebar-font-style: bold;
  --nav-parent-item-weight: var(--font-extrabold);
  --page-title-size: 2.1em;
  /* ... 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-dark {
  --background-primary: #1C222B;
  --h1-color: #ffffff;
  
  /* ... CSS color variables for when dark mode is enabled */
}

body {
  --font-text-theme:  "Geist", sans-serif;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: var(--font-ui-medium);
  --font-text-size: 18px;
  --h1-size: 1.588em;
  --h2-size: 1.462em;
  --h3-size: 1.318em;
  --h4-size: 1.188em;
  --h5-size: 1.076em;
  --h6-size: 1.048em;
  font-style: normal;
  --sidebar-left-width: 260px;
}

.site-footer{
  display:none
}
