@charset "UTF-8";
body{
    background: var(--thema-color-body);
    --thema-color-body: #fef2eb;
    --thema-color-base-1: #bb777d;
    --thema-color-base-2: #eedcdd;
    --thema-color-base-3: #fdf2f2;
    --thema-color-sub-1: #ebb8b0e6;
    --thema-color-sub-2: #eee7e4;
    --thema-color-text: #a30606;
}

body:before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background: linear-gradient(#ffffff, #ffeedf,#fff2ea,#e6d3c6 ) ;
        background-size:cover;
}