/* Locally Hosted Fonts for StudioSeb */

/* Manrope (Variable Font: Weights 200 to 800) */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  src: url('fonts/manrope-latin-var.woff2') format('woff2');
  font-display: swap;
}

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

/* Libre Caslon Text - Italic */
@font-face {
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/librecaslontext-italic.woff2') format('woff2');
  font-display: swap;
}

/* Libre Caslon Text - Bold */
@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/librecaslontext-bold.woff2') format('woff2');
  font-display: swap;
}

/* Material Symbols Outlined (Variable Font: Weights 100 to 700) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('fonts/materialsymbolsoutlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Bitstream Iowan Old Style & Fallback */
@font-face {
  font-family: 'Bitstream Iowan Old Style';
  src: url('bitstream-iowan-old-style.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iowan Old Style';
  src: url('bitstream-iowan-old-style.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

