/**********/
/* COMMON */
/**********/

body {
	overflow: hidden;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

html {
  /*scroll-behavior: smooth;*/
}

*:focus {
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
}

p { 
	font-size: 1vw;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

h2 { margin: 2rem 0; }
h3 { margin-bottom: 1.5rem; }

.onlymobile { display: none; }
.onlydesktop { display: block; }
.onlymobileflex { display: none; }
.onlydesktopflex { display: flex; }
.tel-link { 
	pointer-events: none;
  cursor: default; 
}
a.tel-link { color: #000 !important; font-weight: 700; }

iframe { height: 100vh !important; }