/*
 Theme Name: Hello Child
 Theme URI: https://example.com/
 Description: Tema copil pentru Hello Elementor
 Author: ChatGPT
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0
*/



@font-face {
  font-family: "Neighbor";
  src: url("fonts/Neighbor-Rg.woff2") format("woff2"),
       url("fonts/Neighbor-Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neighbor";
  src: url("fonts/Neighbor-Bd.woff2") format("woff2"),
       url("fonts/Neighbor-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aplica fontul global */
body, button, input, textarea {
  font-family: "Neighbor", sans-serif;
}