/* laser fonts */
@font-face{
font-display:swap;
font-family:Font Awesome\ 5 Free;
font-style:normal;
font-weight:400;
src: url(/files/fa-regular-400.woff2) format('woff2');
}
.far{font-weight:400}
@font-face{
font-display:swap;
font-family:Font Awesome\ 5 Free;
font-style:normal;
font-weight:900;
src: url(/files/fa-solid-900.woff2) format('woff2');
}
.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
@font-face{
font-display:swap;
font-family:Font Awesome\ 5 Brands;
font-style:normal;
font-weight:400;
src: url(/files/fa-brands-400.woff2) format('woff2');
}
/* */

html, body {
	scroll-behavior: smooth;
}

button {
	transition: all 0.35s ease-in-out;
}
button:hover {
	transform: translateY(-10px);
}


/* */
.animate__animated {
	opacity: 0.2;
	transition: all ease-out 0.9s;
	transform: translate(0px, 100px);
}
.animate__fadeInUp {
	transition: all ease-in 0.9s;
	transform: translate(0px, 100px);
}
.animate__fadeInLeft {
	transition: all ease-in 0.9s;
	transform: translate(-100%, 0px);
}
.animate__fadeInRight {
	transition: all ease-in 0.9s;
	transform: translate(100%, 0px);
}
/* */