/* Normalize CSS */
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    tab-size: 4
}

body {
    margin: 0
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em
}

/* Increase font size for code blocks */
pre code {
    font-size: 18px;
    line-height: 1.6;
    display: block;
    padding: 16px;
    background-color: #f6f8fa;
    border-radius: 6px;
    overflow-x: auto;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: currentcolor
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

/*# sourceMappingURL=/sm/d2d8cd206fb9f42f071e97460f3ad9c875edb5e7a4b10f900a83cdf8401c53a9.map */

/* My CSS */

:root {
    --cap-height: calc(1rem * 12.5 / 16);
    --cap-ratio: calc(1 / 0.698);

    --gap: var(--cap-height);
    --font-smaller: calc(var(--cap-height) * 11 / 12 * var(--cap-ratio));
    --font-small: calc(var(--cap-height) * 10 / 12 * var(--cap-ratio));
    --width: 575px;
    --border: 1.5px;
    --radius: calc(var(--cap-height) / 3);
    --gray-text: rgba(0, 0, 0, 0.4);
    --gray-line: rgba(0, 0, 0, 0.2);
    --gray-bg: rgba(0, 0, 0, 0.06);
    --text: #000;
    --bg: #FDDB29;
}

@font-face {
    font-family: 'Area';
    src: url('assets/fonts/Area-Variable[wght,wdth,INKT,slnt].woff2') format('woff2');
    font-weight: 100 900;
    /* Specify the range of weights */
    font-style: normal italic;
    /* Allow both normal and italic styles */
}

body {
    font-size: var(--font-small);
    line-height: var(--cap-height);
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: 'Area';
    font-weight: 400;
    font-style: normal;
    display: flex;
    /* Enable flexbox on the body */
    flex-direction: column;
    /* Arrange children in a column */
    align-items: center;
    /* Center content horizontally */
    min-height: 100vh;
    /* Ensure the body takes at least the full viewport height */
    margin: 0;
    /* Remove default margin */
    color: #19242C;
}

header {
    margin-top: 72px;
    margin-bottom: 32px;
}

p, li {
    font-variation-settings: 'INKT' 100, 'wght' 400, 'wdth' 100, 'slnt' 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #495A66;
}

hr {
    border: none; /* Remove the default border */
    border-top: 1px solid #CCD5DC; /* Set the border color and thickness */
    max-width: 88px; /* Set the desired width */
    margin-left: 0; /* Align it to the left */
}

h1,
h2 {
    font-family: 'Area';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    vertical-align: bottom;
    margin-block-end: 0;
    margin-block-start: 0;
    /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    leading-trim: both;
    text-edge: cap;

    color: #19242C;
}

header h2 {
    font-family: 'Area';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    vertical-align: bottom;
    margin-block-end: 0;
    margin-block-start: 0;
    /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    leading-trim: both;
    text-edge: cap;

    color: #19242C;

}

header p {
    margin: 0;
    margin-top: 22px;
    /* or 27px */
    /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    leading-trim: both;
    text-edge: cap;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}


strong {
    color: #3D4D58;
    font-weight: 600;
    /* remove inktrap */
    font-variation-settings: 'INKT' 0;
}

[id^="footnote-"] {
    color: #3D4D58;
    font-weight: 600;
    font-size: 18px;
}
    

.socials {
    margin-top: 22px;
    display: flex;
    flex-direction: row;
    color: #495A66;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.socials a:not(:first-child) {
    margin-left: 18px;
    /* Adjust the value as needed */
}

.socials a:not(:last-child) {
    margin-right: 18px;
    /* Adjust the value as needed */
}

a:link,
a:visited {
    color: #0053D0;
    text-decoration: none;
    font-weight: 600;
    /* remove inktrap */
    font-variation-settings: 'INKT' 0;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
}


.container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.content {
    margin-top: 40px;
}

.content h1 {
    margin-bottom: 20px;
}

footer {
    margin-top: 64px;

}

footer p {
    margin-top: 22px;
}

.posts {
    margin-top: 40px;
}

.posts>*:not(:first-child) {
    margin-top: 32px;
}

.posts a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
}

.posts p {
    margin-top: 16px;
    font-size: 12px;
}

.copyright {
    font-size: 16px;
    margin-top: 120px;
    margin-bottom: 64px;
}

.content hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footnotes {
    margin-top: 0px;
}

#header-link {
    color: #19242C;
    text-decoration: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    :root {
        --width: 100%;
    }
    
    body {
        font-size: 16px;
    }
    
    header {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    
    h1, h2, header h2 {
        font-size: 24px;
        line-height: 26px;
    }
    
    p, li {
        font-size: 16px;
        line-height: 140%;
    }
    
    .socials {
        flex-wrap: wrap;
        font-size: 16px;
        margin-top: 16px;
        line-height: 1.5;
    }
    
    .socials a:not(:first-child) {
        margin-left: 12px;
    }
    
    .socials a:not(:last-child) {
        margin-right: 12px;
    }
    
    .content {
        margin-top: 32px;
    }
    
    .posts {
        margin-top: 32px;
    }
    
    .posts>*:not(:first-child) {
        margin-top: 24px;
    }
    
    .posts a {
        font-size: 18px;
        line-height: 1.5;
    }
    
    footer {
        margin-top: 48px;
    }
    
    .copyright {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    
    pre code {
        font-size: 14px;
        padding: 12px;
    }
    
    hr {
        max-width: 60px;
    }
    
    .content hr {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    header {
        margin-top: 32px;
        margin-bottom: 20px;
    }
    
    h1, h2, header h2 {
        font-size: 22px;
        line-height: 24px;
    }
    
    .socials {
        font-size: 15px;
    }
    
    .posts a {
        font-size: 17px;
        line-height: 1.5;
    }
    
    .copyright {
        margin-top: 60px;
        margin-bottom: 32px;
    }
}