/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');


/***********************************/
/*                                 */
/*     KUNG FU, NOODLES + LOVE     */
/*       kungfunoodles.love        */
/*                                 */
/***********************************/


html, body {
    height: 100%;
    background-color: #0f0f0f;
    cursor: default;
}

.nata-sans-<uniquifier> {
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}	

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-style: normal;
}


/*----------------------------
	Top Content
-----------------------------*/

.base {
    font-family: "Nata Sans", sans-serif;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
}

.inside {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    color: #dad9d7;
    letter-spacing: 0px;
    line-height: 22px;
}

slogan {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #7d7d7d;
    letter-spacing: 0px;
}

Reg-S {
    font-weight: 500;
    font-size: 22px;
}


/***********************************/
/*                                 */
/*     KUNG FU, NOODLES + LOVE     */
/*       kungfunoodles.love        */
/*                                 */
/***********************************/

