@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');

* {
	font-family: "Montserrat", sans-serif;
}

.bg-primary {
	background: #633E00;
	color: white;
}

.bg-secondary{
	background: #D7CC81;
	color: #633E00;
}


.bg-primary input,
select,
option {
	color: black;
}

.btn-brown{
	background: #633E00;
    color: white;
	border-color: #633E00;
}

.btn-light{
	background: #D3CB84;
    color: #000;
    border-color: #D3CB84;
}