@import url('https://fonts.googleapis.com/css?family=Montserrat:200,500,900&display=swap');

.thin {
    font-weight: 200;
}

.medium {
    font-weight: 500;
}

.black {
    font-weight: 900;
    font-size: 1.3em;
}

.italic {
    font-style: italic;
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase;
}

h1, .size1 {
    font-weight: 900;
    font-size: 2.4em;
    margin: 0;
}

.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h2, .size2 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0;
}

h3, h4, h5, .size3 {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0;
}

strong {
    font-weight: 900;
    font-size: 1.3em;
}

p {
    font-size: 0.95em;
}

.small-margin {
    margin-top: 20px;
    margin-bottom: 5px;
}