/*!
Theme Name: Thème Notre Studio Sombre
Template: theme-ns
Author: Pierre ARNAUD
Version: 1.0.0
Text Domain: default
*/
:root {
    --color-white: var(--color-bg);
}

.front-head, .page-head {
    background: var(--color-neutral);
    color: var(--color-white);
}

.front-head-dark, .page-head-dark {
    background: var(--color-white);
    color: var(--color-neutral);
}

.page-head-grad .page-head-bg {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.p404, .frame-img, .rein, .news {
    color: inherit;
}

/*.link-pic:after, */
.rein-bg:after, .news figure:after, .frame-img .frame-pic:after, .page-head-dark .page-head-bg:after, .front-head-back.front-head-dark .front-head-bg:after, .p404-wr figure:after {
    background: var(--color-soft);
}

.foot-main {
    background: var(--color-white);
    color: inherit;
}

.foot-bottom {
    background: var(--color-soft);
}