@font-face {
  font-family: 'Euclid';
  src: url('/css/fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid';
  src: url('/css/fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Euclid', Arial, sans-serif;
  font-weight: 500;
}

body, p, div {
  font-family: 'Euclid', Arial, sans-serif;
  font-weight: 400;
}