/*
 * Local Pages typography. The source font files already ship with Bambu Studio;
 * keeping the web preview self-contained avoids a layout-changing third-party
 * request. Roboto, Roboto Mono, and Material Symbols Outlined are distributed
 * under Apache License 2.0; see fonts/Apache-2.0-LICENSE.txt.
 */
@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('./fonts/RobotoMono-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('./fonts/RobotoMono-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('./fonts/RobotoMono-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('./fonts/MaterialSymbolsOutlined.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
