/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor (prepared for custom webfonts)
 Author:       Tootie
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* === Font-face declarations (NBGrotesk) === */
@font-face{
  font-family: 'NBGrotesk';
  src: url('/wp-content/themes/hello-elementor-child-ready/fonts/NBGrotesk-Regular.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child-ready/fonts/NBGrotesk-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'NBGrotesk';
  src: url('/wp-content/themes/hello-elementor-child-ready/fonts/NBGrotesk-Bold.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child-ready/fonts/NBGrotesk-Bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Aplica NBGrotesk globalmente */
body, button, input, select, textarea {
  font-family: 'NBGrotesk', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'NBGrotesk', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}
