
.vibesic-footer .logo-image {
	height: 1.25rem;
	width: auto;
	display: block;
	margin-bottom: 0;
	margin-right: 2.4rem;
}
.vibesic-footer .social-icon {
	width: 2rem;
	height: 2rem;
	padding: 0.25rem;
}
.vibesic-footer .social-icon img {
	width: 100%;
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Coolvetica', sans-serif;
	font-weight: bold;
	margin-top: 0;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color 1.5s;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
button, .btn, .header-btn {
	font-family: 'Coolvetica', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;

}
.btn-orange, .header-btn.btn-orange, .top-auth-buttons .btn-orange  {
	text-decoration: none ;
}
@font-face {
    font-family: 'MusticaPro';
    src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/MusticaPro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
