/* Univers Font Family */

/* Regular (400) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Regular.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Bold.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Light.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic (400 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Regular Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Regular Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold Italic (700 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Bold Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Bold Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Light Italic (300 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Light Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Light Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ================================
   Univers Condensed Font Family
   ================================ */

/* Condensed Regular (400) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Regular.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
}

/* Condensed Bold (700) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Bold.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
}

/* Condensed Light (300) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Light.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
}

/* Condensed Regular Italic (400 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Regular Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Regular Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  font-stretch: condensed;
}

/* Condensed Bold Italic (700 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Bold Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Bold Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  font-stretch: condensed;
}

/* Condensed Light Italic (300 italic) */
@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers/SVN-Univers Condensed Light Italic.otf') format('opentype'),
       url('../fonts/Univers/SVN-Univers Condensed Light Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  font-stretch: condensed;
}
