


@font-face {
    font-family: 'Swanky';   
src: url('https://monicamay.fr/fonts/Swanky.ttf');

    }


@font-face {
    font-family: 'Bell';   
src: url('https://monicamay.fr/fonts/Bell.ttf');

    }


@font-face {
    font-family: 'Bell2';   
src: url('https://monicamay.fr/fonts/Bell2.otf');

    }


a {
}


h1 {
   font-family:"Swanky",sans-serif !important;
  font-size: 2em !important;
  color: #07498c !important;
  text-decoration: none !important;
}


h2 {
   font-family:"Bell2",sans-serif !important;
  font-size: 1.7em !important;
  color: black !important;
  text-decoration: none !important;
}


h3 {
   font-family:"Bell",sans-serif !important;
  font-size: 1.1em !important;
  color: black !important;
  text-decoration: none !important;
}



.site-title a {
  font-family: "Swanky", sans-serif !important;
  font-size: 3.5em !important;
  color: #07498c !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .site-title a {
    font-size: 2.5em !important;
  }
}


