/*
Theme Name: Oli Longuevie Child
Theme URI: https://oli-longuevie.local
Description: Thème enfant personnalisé basé sur Solace
Author: Noah Loute
Template: solace
Version: 1.0.0
*/

h1,
h2,
h3 {
  font-family: "Britannic Bold", sans-serif !important;
  text-wrap: wrap;
}

h5, p {
  font-family: "Gotham", sans-serif !important;
  text-wrap: wrap;
}

/*=== FOOTER ===*/

.olv-footer-reseau {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
}

.olv-footer-reseau a {
  cursor: pointer !important;
}

.olv-footer-reseau img {
    margin-inline: auto !important;
}

.inp-input {
  color: #1d1d1d !important;
}

.olv-footer-title {
    font-family: "Gotham", sans-serif !important;
}

a .button-primary {
    font-weight: bold !important;
} 