/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* =========================================
   Add your custom CSS below this line
   ========================================= */


@font-face{
  font-family:"Anton";
  src:url("/wp-content/uploads/fonts/Anton-Regular.wof2") format("woff2"),
      url("/wp-content/uploads/fonts/Anton-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}




@font-face{
  font-family:"Archivo";
  src:url("/wp-content/uploads/fonts/Archivo-Regular.woff2") format("woff2"),
      url("/wp-content/uploads/fonts/Archivo-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}


header.page-header {
    display: none;
}