/* <style> */
@import url('https://fonts.googleapis.com/css2?family=Liberation+Sans:wght@400;800&display=swap');

/* </style> */


.site-header{
    display: none;
}

.move-up {
    flex-grow: 1;
    position: relative;
    top: -5px; /* Moves the line upwards */
    letter-spacing: -0.13em;
    margin-left: -0.25em;
    margin-right: -0.14em;
}

h1, .markdown-rendered h1 {
    letter-spacing: -0.13em;
    text-align: center;
    font-size: 4em;       
    border-bottom: 0px;
}

.published-container .markdown-rendered h1, .published-container .markdown-rendered h2{
    border-bottom: 1px solid hsla(242,88.4%,66.3%,1);
}

.outline-view > .tree-item > .tree-item-self.is-clickable > .tree-item-inner {
    letter-spacing: -0.13em;
}

.site-footer a {
    display: none;
  }
  
body {

    --font-interface-theme: "liberation-sans", sans-serif;
    --bold-modifier: 250;
    --font-weight: 400;
    --nav-item-color-active	: RGB (63, 79, 226);
    --outline-heading-color-active:#4050e2;
    --accent-h: 234;
    --accent-s: 76%;
    --accent-l: 57%;
    --text-highlight-bg: rgba(63, 79, 226, 1);
  }

.markdown-preview-view p {
	text-align: justify;
	text-justify: inter-word;	
}
/*mermaid*/

svg[id^="m"][width][height][viewBox] {
    max-width: 100%;
    /*max-height: 50%;*/
    height: 250px;
}

div.mermaid {
    margin-left: 0 !important;
    text-align: center;
    resize:auto;
    /*overflow:auto;*/
    margin-bottom: 2px;
    position:relative;
    /*max-height: 600px;*/
    max-width: 100%;
    --background-secondary-alt: #3F4FE2
}