/* JTX brand font - Deva Ideal */
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Deva Ideal';
  src: url('/fonts/deva-ideal/DevaIdeal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
