@font-face {
    font-family: 'sk-modernist-bold';
    src: url('../sk-modernist/sk-modernist-bold.otf') format('opentype'), url('../sk-modernist/sk-modernist-mono.otf') format('opentype'), url('../sk-modernist/sk-modernist-regular.otf') format('opentype');
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.hero-section {
    padding: 60px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
