/* © 2025 Romar Jabez */

/* SFProText - Black */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* SFProText - Bold */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* SFProText - Heavy */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* SFProText - Light */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* SFProText - Medium */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* SFProText - Regular */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* SFProText - Semibold */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* SFProText - Thin */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* SFProText - Ultralight */
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'SFProText';
  src: url('SF-Pro-Text-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}