 /* curetrack.eu uses Kumbh Sans font
 available from Google Fonts: https://fonts.google.com/specimen/Kumbh+Sans 
 
We use these fonts in both the Dask and Flash instances*/

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

body{
  color: #22253d;
  font-family: 'Kumbh Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
}
h1, h2 {
  color: #22253d;
  font-family: 'Kumbh Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
}
h3, h4, h5, h6 {
  color: #22253d;
  font-family: 'Kumbh Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
}
