/*
Theme Name: NLR1
Template: storefront
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body, button, input, textarea {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}


*:focus {
	outline: none!important;
}
