@font-face {
  font-family: 'Sora';
  src: url('/assets/fonts/Sora/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Sora';
  src: url('/assets/fonts/Sora/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Sora';
  src: url('/assets/fonts/Sora/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Sora';
  src: url('/assets/fonts/Sora/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Sora';
  src: url('/assets/fonts/Sora/Sora-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Material_Icons/Material_Icons.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Material_Icons/Material_Icons-outlined.woff2) format('woff2');
}
