
/*******************/
/*     BUTTONS     */
/*******************/
.wp-block-button__link {
  background-color: var(--wp--preset--color--accent-2)!important;
  color: white;
  text-transform: uppercase;
  /*font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;*/
  letter-spacing: 0.25em;
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--accent-2);
  transition: all 0.3s ease;

  &:hover {
    background-color:#ffffff!important;
    color: var(--wp--preset--color--accent-2);
  }
}

.is-style-alternate{
.wp-block-button__link {
  background-color: transparent!important;
  color: var(--wp--preset--color--accent-2);
  text-transform: uppercase;
  /*font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;*/
  letter-spacing: 0.25em;
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--accent-2);
  transition: all 0.3s ease;

  &:hover {
    color:#ffffff!important;
    background-color: var(--wp--preset--color--accent-2)!important;
  }
}}
.is-style-secondary-button {
  .wp-block-button__link {
    background-color: var(--wp--preset--color--accent-5)!important;
    border:2px solid var(--wp--preset--color--accent-5)!important ;
    color: white;
    &:hover {
      background-color: white!important;
      color: var(--wp--preset--color--accent-5);
    }
  }
}

.is-style-secondary-button-outline {
  .wp-block-button__link {
    background-color: transparent!important;
    border:2px solid var(--wp--preset--color--accent-5)!important ;
    color: var(--wp--preset--color--accent-5);
    &:hover {
      color: white!important;
      background-color: var(--wp--preset--color--accent-5)!important;
    }
  }
}

/*****************/
/*  PARAGRAPHY   */
/*****************/
p.is-style-subtitle{
    font-size:17px;
    font-weight:700;
    color:var(--wp--preset--color--accent-3);
    font-family:var(--wp--preset--font-family--figtree);
}


/*****************/
/* BACKGROUNDS   */
/*****************/
/*

.wp-block-group.is-style-pattern-1{
    background: linear-gradient(
      90deg,
      rgba(42, 123, 155, 0.7) 0%,
      rgba(87, 199, 133, 0.7) 50%,
      rgba(237, 221, 83, 0.7) 100%
    ),
    url("http://crown-template-site.local/wp-content/uploads/2025/06/uxlm-kh7_m0.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;

}*/
