@import url('https://fonts.googleapis.com/css?family=Nunito:800|Open+Sans');

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url("/assets/Inter-Black.woff2") format("woff2"),
    url("assests/Inter-Black.woff") format("woff");
}

@font-face {
    font-family: 'Inter-Thin';
    font-style:  normal;
    font-weight: 100;
    src: url("/assets/Inter-Thin-BETA.woff2") format("woff2"),
    url("/assets/Inter-Thin-BETA.woff") format("woff");
}

body {
    font-family: 'Nunito';
    margin: 0;
    overflow-x: hidden;
}

a.dont-change{

    color: inherit;
}

.header {
    display: flex;
    width: 100%;
    height: 30px;
    color: antiquewhite;
    background-color: #3d3d3d;
    justify-content: space-between;
}

.hl_font{
    font-family: 'Inter';
}

.hl_brand{
    font-family: 'Inter';
    display: flex;
}

.continue_with_github{

    color:rgb(255, 255, 255)  !important;
    background-color:rgb(36, 41, 46);
    border-radius:6px;
    border:3px solid rgb(36, 41, 46);
    display:inline-block;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    padding:11px 31px;
    text-decoration:none;
}

.static_content_container{
    margin: 0 auto;
    padding: 10px;
    width: 70%;
    display: flex;
    flex-direction: column;
    font-family: Sans-Serif;
}

.static_content_container h1 h2{
    font-family: 'Inter';
}

.pilot{
    display: flex;
    padding : 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size : 9px;
    font-family: Sans-Serif;
    color: #cdcdcd;
    margin-top: auto;
}

.footer a{
    color: #cdcdcd;
    font-weight: bold;
}

.footer a:visited{
    color: #cdcdcd;
    font-weight: bold;
}

