.background-image {
  background-image: url('Assets/nature.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newsletter-input { transition: all 0.3s ease; }
.newsletter-input\:focus { box-shadow: 0 0 0 3px rgba(102,126,234,0.5); }

/* Fonts */
@font-face { font-family: 'TitreFont'; src: url('Fonts/ghathelmen.ttf') format('truetype'); }
@font-face { font-family: 'TexteFont'; src: url('Fonts/CabinetGrotesk-Bold.otf') format('opentype'); }
@font-face { font-family: 'BoutonFont'; src: url('Fonts/CabinetGrotesk-Black.otf') format('opentype'); }

.font-titre { font-family: 'TitreFont', sans-serif; }
.font-texte { font-family: 'TexteFont', sans-serif; }
.font-bouton { font-family: 'BoutonFont', sans-serif; }
