/* Self-hosted fonts — files go in assets/fonts/*.woff2
   Download script: scripts/download-fonts.js
   If fonts/ folder is empty, system fonts are used as fallback. */

@font-face { font-family:'Poppins'; font-weight:500; font-display:swap; src:url('../fonts/poppins-v21-latin-500.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-weight:600; font-display:swap; src:url('../fonts/poppins-v21-latin-600.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-weight:700; font-display:swap; src:url('../fonts/poppins-v21-latin-700.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-weight:800; font-display:swap; src:url('../fonts/poppins-v21-latin-800.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:400; font-display:swap; src:url('../fonts/inter-v13-latin-regular.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:500; font-display:swap; src:url('../fonts/inter-v13-latin-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:600; font-display:swap; src:url('../fonts/inter-v13-latin-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:700; font-display:swap; src:url('../fonts/inter-v13-latin-700.woff2') format('woff2'); }
