@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoft.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoftMedium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoftBold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoftLight.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoftBlack.otf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TomatoGrotesk';
  src: url('TomatoGrotesk-Bold.otf');
  font-weight: 600;
  font-style: normal;
}

