/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.whb-with-shadow {
    border-radius: var(--wd-brd-radius);
}

.cv-download-button{
	background-color:rgb(230 242 254);
	width:fit-content;
	border-radius:var(--btn-accented-brd-radius);
}
.cv-download-button:before{
	content: "\f136";
	font-family: "woodmart-font";
	font-weight: 400;
	color:var(--wd-primary-color);
	font-size:110%;
}