
:root {
    background-color: #f8f8f8;
}

body {
    font-family: "inter","Open Sans","Roboto",-apple-system,"BlinkMacSystemFont","Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #5a5a5d;
}

.about-body {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 20pt;
    text-align: left;
    padding-top: 36px;
}

.about-body * {
    max-width: 600px;
}

.about-body h2 {
    font-size: 43px;
    font-weight: 700;
}

.about-body h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.clickable-text {
    color: #01A2E0;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
