/**
Removed by JOS 27.01.2021
For some reason these seem to load slower

@font-face {
  font-family: 'Nunito';
  font-weight: 300;
  font-style: normal;
  src:  url('../fonts/Nunito-light/Nunito-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  src:  url('../fonts/Nunito-extrabold/Nunito-ExtraBold.ttf') format('truetype');
}
*/

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

@font-face {
  font-family: 'Nunito';
  font-weight: 500;
  font-style: normal;
  src:  url('../fonts/Nunito-semibold/Nunito-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 600;
  font-style: normal;
  src:  url('../fonts/Nunito-bold/Nunito-Bold.ttf') format('truetype');
}



