@font-face {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  src: url('/assets/fonts/ObjectSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  src: url('/assets/fonts/ObjectSans-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  src: url('/assets/fonts/ObjectSans-Slanted.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  src: url('/assets/fonts/ObjectSans-HeavySlanted.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}