/* -----------------------------------------*/
/* FOCUS RESET */

:where(.wp-site-blocks :focus) {
  outline: none !important;
}

/* -----------------------------------------*/
/* WORDPRESS SPACING OVERRIDES */

/* Override WordPress Sizes */
@media (max-width: 781px) {
  :root {
    --wp--preset--spacing--20: 8px;
    --wp--preset--spacing--30: 16px;
    --wp--preset--spacing--40: 24px;
    --wp--preset--spacing--50: 32px;
    --wp--preset--spacing--60: 40px;
    --wp--preset--spacing--70: 48px;
    --wp--preset--spacing--80: 56px;
  }
}

/* -----------------------------------------*/
/* TAP HIGHLIGHT RESET */

* {
  -webkit-tap-highlight-color:transparent;
}

/* -----------------------------------------*/
/* DARK COLOR SCHEME */

@media (prefers-color-scheme: dark) {

:root {

--wp--preset--color--base: #000000;
--wp--preset--color--contrast: #FFFFFF;

--wp--preset--color--accent-1: #d35555;
--wp--preset--color--accent-2: #cf8748;
--wp--preset--color--accent-3: #2f9b9b;
--wp--preset--color--accent-4: #9a9a9a;
--wp--preset--color--accent-5: #1A1A1A;

--wp--preset--color--custom-highlight: #dd6969;
--wp--preset--color--custom-pale: #191010;
--wp--preset--color--custom-pale-gray: #0e0e0e;
--wp--preset--color--custom-dark-gray: #D8D8D8;
--wp--preset--color--custom-gray: #A8A8A8;
--wp--preset--color--custom-light-gray: #3B3B3B;
	
/* Success */
--wp--preset--color--custom-success-light: #0F2417;
--wp--preset--color--custom-success: #4ADE80;
--wp--preset--color--custom-success-dark: #A7F3D0;

/* Warning */
--wp--preset--color--custom-warning-light: #2A1B06;
--wp--preset--color--custom-warning: #FBBF24;
--wp--preset--color--custom-warning-dark: #FDE68A;

/* Error */
--wp--preset--color--custom-error-light: #2A1010;
--wp--preset--color--custom-error: #F87171;
--wp--preset--color--custom-error-dark: #FECACA;

/* Info */
--wp--preset--color--custom-info-light: #0F1D38;
--wp--preset--color--custom-info: #60A5FA;
--wp--preset--color--custom-info-dark: #BFDBFE;

}

.cf7-progress-steps .done span {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black' %3E%3Cpath d='M7.6 13.2 4.3 9.9 3 11.2l4.6 4.6L17 6.4 15.7 5z'/%3E%3C/svg%3E");
}
	
}