/*
Theme Name: Le Mareviglie
Theme URI:
Description: Tema Wordpress
Author: Laycon
Version: 1.0
Text Domain: le-mareviglie
*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Manrope:wght@300;400;600;700&display=swap");

.lm-theme .lm-editorial-page h1,
.lm-theme .lm-editorial-page h2,
.lm-theme .lm-editorial-page h3,
.lm-theme .lm-editorial-page .lm-editorial-title {
  color: rgb(18, 66, 104) !important;
  font-family: "Playfair Display", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.lm-theme .lm-editorial-page .lm-editorial-copy,
.lm-theme .lm-editorial-page .lm-editorial-copy p,
.lm-theme .lm-editorial-page .lm-editorial-copy li,
.lm-theme .lm-editorial-page .lm-editorial-copy div,
.lm-theme .lm-editorial-page .lm-editorial-meta {
  color: rgb(34, 34, 34) !important;
  font-family: "Manrope", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 27px !important;
}

.lm-theme .lm-editorial-page .lm-editorial-intro p {
  margin: 0;
}

.lm-theme .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.lm-theme .sea-mist-shadow {
  box-shadow: 0px 20px 40px rgba(0, 30, 64, 0.04);
}

.lm-theme .pebble-cta {
  background: linear-gradient(135deg, #006c52 0%, #73d9b5 100%);
}

/* Fix per la barra di amministrazione di WordPress */
.lm-theme.admin-bar nav.fixed-top-nav {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .lm-theme.admin-bar nav.fixed-top-nav {
    top: 46px !important;
  }
}
