/*
Theme Name: Thème Au Coeur Du Oui
Theme URI: https://aucoeurduoui.fr/
Author: Romain LAURENT
Description: Thème custom créé pour Au Coeur Du Oui
Version: 1.0
*/
html {
  scroll-padding-top: 48px;
}

/************ ADD YOUR VALUES BELOW ************/
:root {
  /* ----------- Colors ----------- */
  --list-bg-color: #F9E8D2;
  --list-text-color: inherit;
  --list-text-color-hover: inherit;
  --current-field-text-color: inherit;
  --select-field-arrow-color: black;
  --border-color-active: black;
  --border-color-hover: #E7C6B3;
  --list-item-bg-color: #E7C6B3;

  /* ----------- Spacing ----------- */
  --select-field-padding-left: 12px;
  --select-field-padding-right: 12px;
  --list-padding-top-bottom: 10px;
  --list-max-height: 150px;
  --list-item-padding-left: 18px;
  --list-item-padding-right: 18px;
  --list-item-min-height: 40px;
  --list-item-line-height: 40px;
}

.about-description>strong {
    text-shadow: -0.25px -0.25px 0 currentColor, 0.25px -0.25px 0 currentColor, -0.25px 0.25px 0 currentColor, 0.25px 0.25px 0 currentColor;
}