/*
Theme Name: Biosapientia
Author: Ton Nom
Description: Thème WordPress basé sur la maquette XD Biosapientia
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Gill+Sans:400,700');
body {
  font-family: 'Gill Sans', Arial, sans-serif;
  color: #17597A;
  background: #f7f7f7;
  margin: 0;
}
h1, h2, h3, h4 {
  font-family: 'Gill Sans', Arial, sans-serif;
  font-weight: 700;
}
a {
  color: #007DC3;
  text-decoration: none;
}
header, footer {
  background: #fff;
  padding: 24px 0;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
nav ul li {
  font-size: 15pt;
}