/* Calibri webfont kit generated for your project.
   Family name below is 'Calibri Web' to avoid conflict with system Calibri.
   Note: Ensure you have the right to embed Calibri on the web. */

@font-face {
  font-family: 'Calibri Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('calibri-regular.woff2') format('woff2'),
       url('calibri-regular.woff') format('woff'),
       url('calibri-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Calibri Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('calibri-bold.woff2') format('woff2'),
       url('calibri-bold.woff') format('woff'),
       url('calibri-bold.ttf') format('truetype');
}

/* Recommended stack usage */
:root {
  --font-sans: 'Calibri Web', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

/* Example: apply globally */
body { font-family: var(--font-sans); }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }