/**
 * Jost Font - Local Optimized Version
 * Subset for Adams Street Storage website
 * Includes weights: 400 (regular), 500 (medium), 600 (semibold)
 */

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

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

/* Jost Semibold (600) */
@font-face {
  font-family: 'Jost';
  src: url('jost-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
