/*
Theme Name: Prélude
Text Domain: prelude
Template: Divi
Description:  Custom Wordpress theme based on Divi. The theme is made by Prélude - Studio Digital.
Author:       Nathan Mathieu - Prélude Studio Digital
Version: 1.0.0
Author URI:   https://prelude-studio.com
*/

:root {
  --main: #4b2863;
  --accent: #F4A261;
  --transition: all 0.2s;
  --radius: 10px;
}

.highlighted_text {
  position: relative;
  z-index: 1;
}
.highlighted_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: var(--accent);
  left: 0;
  bottom: -6px;
  z-index: -1;
}
