/* === Local fonts go here (use Google Webfonts Helper) ===
   1) Put .woff2 files in /wp-content/themes/hello-elementor-child-nosmai/assets/fonts/
   2) Update the src: url(...) paths below accordingly.
*/

/* Example (replace with your own families/weights): */
/*
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2');
}
:root {
  --font-sans: 'Ubuntu', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}
body { font-family: var(--font-sans); }
*/