/*
Theme Name: Clancy Homes Theme Child
Theme URI: https://www.elive.net
Version: 1.0
Description: A custom built child theme for Clancy Homes.
Author: Elive
Author URI: https://www.elive.net
template: bb-theme
*/

/* Add your custom styles here... */ 

textarea {
	resize: vertical !important;
}
body {
	font-family: 'arboria', sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'arboria', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: aqua;
}
.custom-font-arboria {
    font-family: 'arboria', sans-serif;
    font-weight: 300;
    font-style: normal;
}
a:link {
	font-size: 1em;	
}