/* General tipografía */

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

p {
    margin-bottom: 1em;
}

/* Escala tipográfica */

.text-jumbo {
    font-size: 48px;
}

.text-display {
    font-size: 36px;
}

.text-headline {
    font-size: 30px;
}

.text-title {
    font-size: 24px;
}

.text-subheader {
    font-size: 20px;
}

.text-body {
    font-size: 16px
}

.text-caption {
    font-size: 12px;
}

.text-small {
    font-size: 10px;
    text-transform: uppercase;
}
