@font-face {
  font-family: 'Didot-Regular';
  src: url('./fonts/Didot Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: sans-serif;
}
header .logo {
  font-family: 'Didot-Regular', serif;
}

