@font-face {
  font-family: 'Barlow Regular';
  src: url('fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Medium';
  src: url('fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Bold';
  src: url('fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Appliquer la police */
body {
  font-family: 'Barlow Medium', sans-serif;
  font-weight: 700;
  text-align: center;
  /*max-width: 1070px;*/
  line-height: 1.6;
  color: #9a8c83;
}
a {color: #8fb0a1;}
a:hover {color: #d7bb90;}

.mon-texte {
  font-size: 1.4rem; /* défaut pour desktop */
}
@media (max-width: 768px) { .mon-texte { font-size: 1.8rem; } }
