
:root {
    --rpe-primary: #d91947;
    --rpe-secondary: #9e1734;
    --rpe-accent: #9e0022;
    --rpe-text: #454545;
    --rpe-footer-text: #454545;
    --rpe-background: #ededed;
    --rpe-main-logo: url(https://lagruyeremag.ch/wp-content/uploads/2025/02/logo_lagruyeremag-ch_230x90.png);
    --rpe-favicon-logo: url(https://lagruyeremag.ch/wp-content/uploads/2025/02/avatar_facebook_lagruyeremag-ch_V2.jpg);
    --rpe-font-text: Poppins;
    --rpe-font-title: Barlow Condensed;
    --rpe-font-size: 17px;
    --rpe-line-height: 1.3em;
    --rpe-font-weight: 400;
    --rpe-btn-font-size: 16px;
    --rpe-btn-line-height: 1em;
    --rpe-btn-font-weight: 500;
    --rpe-btn-text-transform: none;
    --rpe-btn-border-radius: 5px;
    --rpe-btn-color: #fff;
    --rpe-btn-color-bg: #d91947;
    --rpe-btn-color-hover: #fff;
    --rpe-btn-color-bg-hover: #9e0022;
    --rpe-btn-border: 0px;
    --rpe-btn-border-color: #d91947;
    --rpe-btn-border-color-hover: #9e0022;
    --rpe-btn-pad-top: 12px;
    --rpe-btn-pad-right: 24px;
    --rpe-btn-pad-bottom: 12px;
    --rpe-btn-pad-left: 24px;
}