/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
:root{
	--primary-color: #BA9689;
	--font-body:	"Hanken Grotesk", sans-serif;
	--font-title:   "Marcellus", serif;
}
body{
	font-family: var(--font-body);
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-title);
	font-weight: 400;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}	
.col-inner:last-child{
	padding-bottom: 0;
}
a{
	transition: all .25s ease;
}
p:last-child{
	margin-bottom: 0;
}
.html_topbar_left h3 {
	font-family: var(--font-body);
	font-weight: bold;
	color: var(--primary-color);
	margin: 0;
	text-transform: uppercase;
}
.header-button a {
	padding: 8px 36px;
}
