@charset 'UTF-8';


/* BUUTON */

.tippy-box[data-theme~='utopia'] {
	border-radius: 0;
	
	font-family: bebas-neue-pro, sans-serif;
	
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	
	padding: 3px 6px;
	margin: 0;
	
	color: white;
	background-color: black;
}

.tippy-content[data-theme~='utopia'] {
	font-family: bebas-neue-pro, sans-serif;
	
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	
	padding: 0;
	margin: 0;
}