@font-face {
  font-family: 'Rubik-Regular';
  src: url('/frontend/assets/fonts/rubik/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Rubik-Light';
  src: url('/frontend/assets/fonts/rubik/Rubik-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}










@font-face {
  font-family: 'PTSans-regular';
  src: url('/frontend/assets/fonts/pt-sans/PTC55F.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans-bold';
  src: url('/frontend/assets/fonts/pt-sans/PTS75F.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}