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

section {
    border: 1px solid black;
    padding: 10px;
    margin: 5px;
}

.mindaro {
    background-color: #fffd98;
}

.celadon {
    background-color: #bde4a7;
}

.celadon2 {
    background-color: #b3d2b2;
}

.powder-blue {
    background-color: #9fbbcc;
}

.vista-blue {
    background-color: #7a9cc6;
}

.color-panel {
    padding: 10px;
    width: 100px;
    display: inline-block;
    margin: 5px;
}

.font-panel {
    width: 450px;
    display: inline-block;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.nunito-sans {
    font-family: 'Nunito Sans', sans-serif;
}

.font-label {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.source-code-pro {
    font-family: 'Source Code Pro', monospace;
}

.text-panel h1 {
    font-weight: 700;
    font-size: 32px;
    font-family: 'Nunito Sans', sans-serif;
}

.text-panel h2 {
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.text-panel p {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}