
@font-face {
    font-family: 'nexafreeBold';
    src: url('Nexa_Free_Bold-webfont.woff2') format('woff2'),
    url('Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nexafreeLight';
    src: url('Nexa_Free_Light-webfont.woff2') format('woff2'),
    url('Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    display: inline-block;
    max-width: 530px;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 1rem;
}

h1, h2 {
    color: #282829;
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase;
}

h1 {
    font-family: 'nexafreeBold', sans-serif;
    font-size: 1.5rem;
}

@media only screen and (min-width: 741px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-family: 'nexafreeLight', sans-serif;
    font-size: 1rem;
}

@media only screen and (min-width: 741px) {
    h2 {
        font-size: 1.5rem;
    }
}