/* =====================================================
   Global Typography
===================================================== */

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =====================================================
   Page Width
===================================================== */

.container {
    max-width: 1400px;
}

/* Landing page sections */

.home-section .section-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Article pages */

.article-container {
    max-width: 1200px;
}

/* Improve side spacing */

.main-content {
    padding-left: 32px;
    padding-right: 32px;
}


/* =====================================================
   Headings
===================================================== */

h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 30px;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    margin-top: 1.4em;
}


/* =====================================================
   Paragraph Readability
===================================================== */

p {
    margin-bottom: 1.25em;
    text-align: justify;
}


/* =====================================================
   About / Bio Section (FIXED)
===================================================== */

/* This is the correct HugoBlox selector */

.wg-about .max-w-prose {
    max-width: 1200px !important;
}

.wg-about .about-container {
    max-width: 1200px;
}

.wg-about p:first-of-type {
    font-size: 22px;
}


/* =====================================================
   Lists
===================================================== */

ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}


/* =====================================================
   Navigation Bar
===================================================== */

.navbar {
    font-size: 18px;
}


/* =====================================================
   Profile Section
===================================================== */

.author-card .title {
    font-size: 34px;
    font-weight: 600;
}

.author-card .subtitle {
    font-size: 18px;
}


/* =====================================================
   Dark Mode Readability
===================================================== */

body.dark {
    color: #e6e6e6;
}

body.dark p {
    color: #d4d4d4;
}


/* =====================================================
   HugoBlox Layout Fixes
===================================================== */

/* widen markdown text */

.max-w-prose {
    max-width: 1200px !important;
}

/* keep markdown content left aligned */

.home-section .prose {
    text-align: left;
}

/* fix list alignment */

.home-section .prose ul {
    padding-left: 1em !important;
}

/* fix landing section alignment */

.home-section .section-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
}

/* keep section titles centered */

.home-section .section-heading h1,
.home-section .section-heading h2,
.home-section .section-heading h3 {
    text-align: center;
}

/* ===============================
   Widen homepage biography text
================================ */

.resume-biography .max-w-prose,
.resume-biography-3 .max-w-prose {
  max-width: 1400px !important;
}

.wg-resume-biography-3 .prose {
  max-width: 1200px !important;
}

/* optional: increase font size */
.resume-biography p,
.resume-biography-3 p {
  font-size: 20px;
  line-height: 1.8;
}
