/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.content-image-cta p {
  font-size: 12px; }

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0 3rem; }
  .header-menu > .menu-item > .header-menu__item {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 18px; }
  .header-menu__item {
    display: flex;
    gap: .5rem; }
    .header-menu__item a {
      color: var(--wp--preset--color--white);
      font-weight: 700;
      font-size: 16px;
      transition: ease-in-out color 200ms; }
      .header-menu__item a:hover {
        color: var(--wp--preset--color--quaternary); }

/*# sourceMappingURL=main-nav-desktop.css.map */
