/* 
* copied from paramo-clothing.com 202306 - start 
*/
a{
  color: #000;
  text-decoration: none;
}
/* 
* copied from paramo-clothing.com 202306 - end 
*/


/* 
* new styles for WordPress - start
*/
button {
	background-color: var(--brand-green);
    color: white;
	border:none;
	border-radius: 5px;
	font-family: var(--brand-font);
}
input {
	border-radius: 5px;
}
/* 
* new styles for WordPress - end
*/


/* 
* overrides for storefront - start
*/

/* 
* overrides for storefront - end
*/