@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
    font-family: 'DM Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
}

.container {
    max-width: 800px;
    margin: 50px auto 30px auto;
    padding: 0px 25px;
}

a {
    text-decoration: none;
    color: #4060ff;
}

a h2 {
    color: #232323;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}


ol li,
ul li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 5px 0;
}

section {
    border-top: 1px solid #E0E0E0;
}

pre {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #CDCDCD;
    color: #232323;
    overflow-x: auto;
}

code {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    background-color: #f4f4f4;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid #CDCDCD;
    color: #bf541f;
    overflow-x: auto;
}

pre code {
    font-size: 0.9rem;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #232323;
    overflow-x: auto;
    max-width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th {
    background-color: #f4f4f4;
    border: 1px solid #CDCDCD;
    padding: 10px;
    font-weight: 400;
}

td {
    border: 1px solid #CDCDCD;
    padding: 10px;
    font-weight: 300;
}
