@font-face {
  font-family: 'Sofia Sans Thin';
  src: url('/documents/SofiaSans-Thin.ttf');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans';
  src: url('/documents/SofiaSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans Light';
  src: url('/documents/SofiaSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans';
  src: url('/documents/SofiaSans-Italic.ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans ExtraBold';
  src: url('/documents/SofiaSans-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans Medium';
  src: url('/documents/SofiaSans-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans ExtraLight';
  src: url('/documents/SofiaSans-ExtraLight.ttf');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans SemiBold';
  src: url('/documents/SofiaSans-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans';
  src: url('/documents/SofiaSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Sans Black';
  src: url('/documents/SofiaSans-Black.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}