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



/*     
       ANIMA REQUIEM® CO.
       animarequiem.com  
*/




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;
}



/*----------------------
        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: 29px;
    text-align: center;
    color: #dad9d7;
    letter-spacing: 0px;
    line-height: 24px;
}

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

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

Black-dot {
    font-weight: 500;
    font-size: 25px;
    color: #0f0f0f;
}




/*     
       ANIMA REQUIEM® CO.
       animarequiem.com  
*/

