@import url('font.css');

body {
    /*color: #fff;*/
    font-size: 0.875rem;
    background: #182831;
    background:  black;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
}

/*a {
    text-decoration: none;
    color: #fff;
}

    a:hover {
        text-decoration: none;
    }

.navbar-brand img {
    width: 70px;
}*/

.ck-content {
    min-height: 300px;
    color: rgb(12, 17, 31);
}

* {
    /*
    --mud-palette-primary: #cc4d30;
    --mud-palette-success: #299b47;
    --mud-palette-info: #246fe0;
    --mud-palette-error: #f44b56;
    --mud-palette-warning: #ff9a14;
    --mud-palette-default: #a3a3a3;*/
    /*--mud-palette-secondary: #299b47;*/
    /*--mud-palette-tertiary: #299b47;*/
    /*--mud-palette-dark: #299b47;*/
    /*--mud-palette-trasnparent: #299b47;*/
    /*  --mud-palette-surface: #299b47;*/
}