html {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}



.crimson-pro-italic {
    font-family: 'Crimson Pro',
        serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
}

body {
    max-width: 39rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'medium', system-ui,
        sans-serif, Helvetica, Arial;
    /* color: #1e293b !important; */
    font-feature-settings: 'kern';
    /* will-change: transform; */
}


.bold {
    font-family: 'bold';
    color: #777777;
    font-weight: 500;
}

.container {
    margin: 0 auto;
    margin-top: 12%;
    text-align: left;
    width: 41rem;
}

.nav-link {
    color: #777777;
    padding-right: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.palm {
    width: 23px;
    height: 37px;
}


.blog-title {
    font-family: 'Crimson Pro', serif;
    font-size: 35px;
    font-weight: 300;
    color: #333333;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}

.date {
    color: #777777;
    font-size: 14px;
}



.snippet {
    font-size: 16px;
    line-height: 31px;
    color: #777777;
    font-family: 'Inter';
}

.link{
    text-decoration: underline;
}
.subheader {
    color: #333333;
    font-family: 'Crimson Pro';
    letter-spacing: -0.64px;
    font-weight: 400;
    font-size: 25px;
}

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

a:hover {
    text-decoration: underline;
    color: #6b6b6b;
}

a:visited {
    color: #717171;
    text-decoration-color: #717171;
}

.name:hover {
    text-decoration: none;
}

.nav {
    /* padding: 0 1rem; */
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    font-size: 1.06em;
}

header {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

p:nth-child(3) {
    word-spacing: -1.4px;
}

.footer {
    border-top: 1px solid #e6e6e6;
    line-height: 1.625rem;
    margin-top: 4rem;
    margin-bottom: 3.25rem;
}

.ftext {
    font-size: 0.88em;
    color: #5b5d62;
    margin-bottom: 0px;
    margin-top: 10px;
}

.perf {
    color: #777777;
    font-size: 0.75em;
    margin: 0px;
}

code{
    color: #333333;
    font-size: 14px;
    border-radius: 6px;
    font-family: "JetBrains Mono", monospace;
    line-height: 27px;
}

.screenshot{
    width: 95%;
}
.dark{
color: #333333;
}

/* phones */
@media all and (max-width: 500px) {
    .nav {
        margin-bottom: 3rem;
    }

    .intro {
        font-size: 48px;

        font-weight: 400;
        margin-bottom: 1.8rem !important;
    }

    .name {
        font-weight: 500;
        font-size: 18px;
    }

    .links {
        margin-top: 6px;
        font-size: 19px;
    }

    .content {
        padding-top: 0rem;
        align-items: flex-start;
    }

    /*
            */

    .container>p,
    .intro {
        text-align: left;
    }

    .break {
        margin-bottom: 20px;
    }

    .none {
        display: inline;
        margin-bottom: 0px;
    }

    .container {
        margin: 0;
    }
}

@media all and (max-width: 800px) {
    .container {
        width: auto;
    }

    body {
        padding: 0px 23px;
    }

    .nav {
        padding: 0;
    }

    .links>a {
        margin-top: 0.375rem;
    }
}