body { font-family: var(--text--font-family) ; text-wrap: pretty;}strong { color: var(--at-text--bold);}h1 { font-family: var(--h1--font-family) ;}@media (max-width: 767px) { h1 { line-height: 1.1 !important; }}h2 { font-family: var(--h2--font-family) ;}h3 { font-family: var(--h3--font-family) ;}h4 { font-family: var(--h4--font-family) ;}.text--accent {outline: none;font-weight: 700;color: var(--at-accent);}.text--primary {outline: none;font-weight: 700;color: var(--at-primary);}.has-bullet-point { --bullet-size: var(--at-text--s);}.has-bullet-point ul { list-style-type: none; padding-left: 0;}.has-bullet-point ul li { position: relative; padding-left: calc(var(--bullet-size) + .5rem);}.has-bullet-point ul li::before { content: ""; display: block; position: absolute; width: var(--bullet-size); height: var(--bullet-size); left: 0; top: 0.25em; background-image: url('https://audreylegerdesign.com/wp-content/uploads/2024/12/motif.svg'); background-size: var(--bullet-size);}.bold {font-weight: bold;font-size: 1rem;}.brx-popup-content { width: 850px !important; background-color: var(--neutral);}.title--accent { position: relative; display: inline-block; z-index: 1; color: var(--at-primary); font-weight: normal;  margin: 0 .5rem;}.title--accent::before { content: ""; position: absolute; top: 0.05em; left: -0.2em; width: 105%; height: 95%; background: var(--at-tertiary); transform: rotate(2deg); z-index: -1; border-radius: var(--at-radius--m);}.title--accent--alt { position: relative; display: inline-block; z-index: 5; color: var(--at-tertiary); font-weight: normal; margin: .6rem .8rem;}.title--accent--alt::before { content: ""; position: absolute;   top: 0; left: -3.75%; width: 107.5%;  height: 117.5%; background: var(--at-primary); transform: rotate(1deg); z-index: -2; border-radius: var(--at-radius--m);}h2 span.title--accent--alt::before { height: calc(var(--at-heading--xl)*1.4)}