/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.l-site-header {
  height: 5rem;
  background-color: var(--wp--preset--color--bg-black);
  color: var(--wp--preset--color--txt-white);
}
.l-site-header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-site-header__brand {
  color: inherit;
}
.l-site-header-nav__item {
  color: inherit;
}