:root {

    /* background-color: rgb(0, 0, 0); */
      background-color: #0d1117;

    --tap-nav-bottom-border: rgb(66, 66, 69);

    /* Text Color */
    --text-color-grey: rgb(134, 134, 139); 
    /* --text-color-white: rgb(245, 245, 247); */
    --text-color-white: #F5F5F7;

    font-family: "Roboto", sans-serif;
    color: var(--text-color-grey);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .2rem;
    color: var(--text-color-white);
}

.gradient-text {
    background: linear-gradient(90deg, #8A1F6B, #D97EA4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.roboto-header {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: .2rem;
}

.roboto-sub-header {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .14rem;

}


.ip {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}

.h1_top { 
    margin-top: 5%;
}
