/*
 Theme Name:   Mijnregelneef
 Theme URI:    http://www.mijnregelneef.nl
 Description:  Blanco (elementor) Theme for mijnregelneef.nl
 Author:       Erik welcomehomepage & WP documentation
 Author URI:   http://www.welcomehomepage.net/
 Version:      25.02.03 
 Build:        22.10.14
*/

html,body { margin:0; padding:0; width:100%; min-height:100vh; }
*,*::before,*::after { box-sizing: border-box; }

/* Default font */
body { font-family: Montserrat, Arial, Verdana, Helvetica,Lucida, sans-serif; overflow-y: scroll; }

/* LOGO FONT  font-style: normal; font-weight: normal; */
@font-face {
  font-family: "AGENCYB";
  src: url("/wp-content/themes/mijnregelneef/AGENCYB.woff") format('woff');
}

.flex { display:flex; }

/* Desktop */
@media (min-width: 981px) 
{	}

/* Mobiel/tablet (screen < 980px) */ 
@media (max-width: 980px)
{   
}

/* Mobiel (screen < 500px) */
@media (max-width: 500px) 
{   
}

