@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter_24pt-Black.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: 'Inter-Light';
    font-size: 1rem;
    line-height: 2.4;
    color: #333333;
    background-color: rgb(250, 205, 5);
    padding: 24px;
}

#content {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    padding: 50px 24px 24px;
}

h1 {
    font-family: 'Inter-Black';
    font-weight: normal;
    font-size: 42px;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}
