* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    @font-face {
      font-family: "Inclusive Sans";
      src: url('/fonts/InclusiveSans-Regular.ttf') format('truetype');
    }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
        font-family: "Inclusive Sans", "PT Sans", Calibri, Tahoma, sans-serif;
    }

    body {
      background: #0f1217;
      font-family: "Inclusive Sans", "PT Sans", Calibri, Tahoma, sans-serif;
      color: #cad2db;
      line-height: 1.5;
      min-height: 100vh;
    }

    .container {
      display: flex;
      min-height: 100vh;
    }

    .sidebar {
      width: 30%;
      background: #1a1f26;
      padding: 2.5rem 2rem;
      border-right: 1px solid #2a333f;
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .sidebar h2 {
      font-weight: 400;
      font-size: 1.6rem;
      margin-bottom: 2.5rem;
      color: #c66b93;
      width: 100%;
      text-align: right;
    }

    .nav-menu {
      list-style: none;
      width: 100%;
      text-align: right;
    }

    .nav-menu li {
      margin: 1rem 0;
    }

    .nav-menu a {
      color: #d8acf9;
      font-size: 1.35rem;
    }

    .nav-menu a:hover {
      text-decoration: underline;
    }

    .main-content {
      width: 70%;
      background: #12161c;
      padding: 2.5rem 3rem;
    }

    .main-content p {
      font-size: 1.125rem;
      margin-bottom: 1.2rem;
      color: #9aa8b9;
      text-align: justify;
      max-width: 50vw;
    }

    .section {
      padding: 2rem 0;
      margin-bottom: 3rem;
    }

    .section:last-of-type {
      border-bottom: none;
    }

    h1 {
      font-size: 2.30rem;
      font-weight: 800;
      color: #e3e9f2;
      margin-bottom: 0.5rem;
    }

    .first-letter {
      font-size: 45px;
      line-height: 1em;
      font-weight: 800;
    }

    h2 {
      font-size: 2.15rem;
      font-weight: 400;
      color: #c66b93;
      margin-bottom: 0.8em;
      margin-top: 0.8em;
    }

    h3 {
      font-size: 1.8rem;
      font-weight: 400;
      color: #e3e9f2;
      margin: 2rem 0 1rem;
    }

    h4 {
      font-size: 1.4rem;
      font-weight: 400;
      color: #e3e9f2;
      margin: 1.5rem 0 0.5rem;
    }

    p {
      font-size: 1.125rem;
      margin-bottom: 1.2rem;
      color: #9aa8b9;
      text-align: justify;
      max-width: 50vw;
    }
    
    strong {

        color: #BBBBBB;
    }

    p code {
      color: #c66b93;
      font-family: 'Courier New', Courier, monospace;
      font-size: 0.95em;
      background: transparent;
      word-spacing: -3px;
      padding: 0;
    }

    a {
      color: #d8acf9;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    blockquote {
      font-size: 1.125rem;
      max-width: 50vw;
      margin: 1rem 0;
      padding-left: 1rem;
      border-left: 2px solid #c66b93;
    }

    hr {
        margin-bottom: 20px;
        border: 1px dashed #c66b93;
    }

    ul {
      max-width: 50vw;
      margin: 1rem 0;
      padding-left: 1.5rem;
      color: #9aa8b9;
      list-style-type: "❯ "; /* diamond character with trailing space */
    }

    ul li {
      margin-bottom: 0.5rem;
    }

    ul li p {
      margin-bottom: 0;
      max-width: none;
    }

    pre {
      font-family: 'Courier New', Courier, monospace;
      font-size: 0.7rem;
      line-height: 1;
      font-weight: 500;
      color: #b8c4d2;
      white-space: pre;
      margin: 1.5rem 0;
      width: 100%;
    }

    .post-content {
      max-width: 50vw;
      margin: 0 auto;
      padding: 2.5rem 0;
    }

    .post-content img {
      width: 100%;
      height: auto;
      display: block;
      margin: 1.5rem 0 0.4rem 0;
    }

    figcaption {
      margin-bottom: 1rem;
    }


    .blog-year {
      margin-bottom: 2.5rem;
    }

    .blog-year h3 {
      font-size: 1.6rem;
      font-weight: 400;
      color: #e3e9f2;
      margin-bottom: 1.5rem;
    }

    .blog-post {
      margin-bottom: 2rem;
      padding-left: 0.5rem;
    }

    .post-meta {
      font-size: 0.85rem;
      color: #c66b93;
      margin-bottom: 0.3rem;
    }

    .post-title {
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 0.4rem;
    }

    .post-title a {
      color: #d8acf9;
      text-decoration: none;
    }

    .post-title a:hover {
      text-decoration: underline;
    }

    .post-description {
      font-size: 0.9rem;
      color: #7b8898;
    }

    .footer-links {
      margin-top: 2.5rem;
      text-align: center;
      color: #5f6c7c;
      font-size: 1rem;
      border-top: 1px solid #262e38;
      padding-top: 1.5rem;
    }

    .footer-links a {
      color: #d8acf9;
      text-decoration: none;
      margin: 0 0.3rem;
    }

    .footer-links a:hover {
      color: #c7a46b;
    }



    @media (max-width: 700px) {
          .post-content {
            max-width: 100%;
            padding: 2rem 1.5rem;
          }

          pre {
            font-size: 0.35rem; 
          }

          .container {
            flex-direction: column;
          }

          .sidebar {
            width: 100%;
            height: auto;
            position: relative;
            border-right: none;
            border-bottom: 1px solid #262e38;
            padding: 1.5rem;
            align-items: center;
          }

          .sidebar h2 {
            text-align: center;
          }

          .nav-menu {
    /*        display: flex;*/
            justify-content: center;
            text-align: center;
          }

          .nav-menu li {
            margin: 0;
          }

          .nav-menu a {
            color: #d8acf9;
            font-size: 1.5rem;
          }

          .main-content {
            width: 100%;
            padding: 2rem 1.5rem;
          }

          .section p, .section blockquote, blockquote,  .section ul, .blog-year, p {
            max-width: 100%;
          }
      
    }