/*
 Theme Name: 3DeLuxe Kadence Child
 Theme URI: https://www.3deluxe.it/
 Description: Child theme gebaseerd op Kadence in 3DeLuxe stijl
 Author: Polo Cosmetics
 Template: kadence
 Version: 1.0
*/

/* Basisstijl */
body {
  background-color: #ffffff;
  color: #111111;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
  text-transform: none;
}

a.button,
.wp-block-button__link {
  border-radius: 999px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 22px;
  transition: all 0.3s ease;
}

a.button:hover,
.wp-block-button__link:hover {
  background: #CBAA6C;
  color: #fff;
  border-color: #CBAA6C;
}
