/* =========================
   SERAVEK
   ========================= */

/* Regular */
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/seravek-regular-webfont.woff2') format('woff2'),
       url('../fonts/seravek-regular-webfont.woff') format('woff'),
       url('../fonts/seravek-regular-webfont.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/seravek-regularitalic-webfont.woff2') format('woff2'),
       url('../fonts/seravek-regularitalic-webfont.woff') format('woff'),
       url('../fonts/seravek-regularitalic-webfont.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/seravek-medium-webfont.woff2') format('woff2'),
       url('../fonts/seravek-medium-webfont.woff') format('woff'),
       url('../fonts/seravek-medium-webfont.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/seravek-bold-webfont.woff2') format('woff2'),
       url('../fonts/seravek-bold-webfont.woff') format('woff'),
       url('../fonts/seravek-bold-webfont.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   LAURENTIAN STD
   ========================= */

/* Regular */
@font-face {
  font-family: 'Laurentian Std';
  src: url('../fonts/laurentian_std_regular-webfont.woff2') format('woff2'),
       url('../fonts/laurentian_std_regular-webfont.woff') format('woff'),
       url('../fonts/laurentian_std_regular-webfont.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Laurentian Std';
  src: url('../fonts/laurentian_std_bold-webfont.woff2') format('woff2'),
       url('../fonts/laurentian_std_bold-webfont.woff') format('woff'),
       url('../fonts/laurentian_std_bold-webfont.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic (parece que sólo tienes .ttf, cuidado) */
@font-face {
  font-family: 'Laurentian Std';
  src: url('../fonts/Laurentian Std Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}