/**
 * InstrumentSans_SemiCondensed font face
 */
@font-face {
  font-family: 'InstrumentSans';
  font-display: swap;
  src: url('./fonts/InstrumentSans_SemiCondensed-BoldItalic.woff2')
    format('woff2');
  font-weight: 700;
  font-style: italic;
}

/**
 * InstrumentSans_SemiCondensed font face
 */
@font-face {
  font-family: 'InstrumentSans';
  font-display: swap;
  src: url('./fonts/InstrumentSans_SemiCondensed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/**
 * InstrumentSans_SemiCondensed font face
 */
@font-face {
  font-family: 'InstrumentSans';
  font-display: swap;
  src: url('./fonts/InstrumentSans_SemiCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/**
 * InstrumentSans_SemiCondensed font face
 */
@font-face {
  font-family: 'InstrumentSans';
  font-display: swap;
  src: url('./fonts/InstrumentSans_SemiCondensed-SemiBold.woff2')
    format('woff2');
  font-weight: 600;
  font-style: normal;
}

/**
 * IslandMoments font face
 */
@font-face {
  font-family: 'IslandMoments';
  font-display: swap;
  src: url('./fonts/IslandMoments-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/**
 * LibreBaskerville font face
 */
@font-face {
  font-family: 'LibreBaskerville';
  font-display: swap;
  src: url('./fonts/LibreBaskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
/* =========== */

body {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
}
