@charset "UTF-8";
/* CSS Document */
/*


font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;

font-family: brandon-grotesque, sans-serif;
font-weight: 100;
font-style: normal;
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 100;
    font-style: normal;
    line-height: 1.5;
}
.header {
    display: block;
    position: relative;
    height: 100vh;
    background-color: #ff2800;
}