/**
 * Rentalkovo component styles.
 * Add theme-specific block/component CSS here.
 */

:root {
	--color-primary: var(--wp--preset--color--primary, #f5b313);
}

element {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
}

.wp-block-button.rentalkovo-btn .wp-block-button__link {
	align-items: center;
	background-color: rgb(245, 179, 19);
	box-sizing: border-box;
	color: rgb(5, 5, 5);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--base, "Montserrat", sans-serif);
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 38px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgb(212, 212, 216);
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
