/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
body {
  background-color: var(--wp--preset--color--bg-midnight-blue);
  color: var(--wp--preset--color--txt-white);
}

body.page-template-black-bg-page,
body.page-template-tpl-black-bg {
  background-color: #0c0c0c;
}