/* =========================================================
   MentorMe — Farbwerte für den Bestellprozess
   ========================================================= */

:root {
    --checkout-text: #1A4D5F;
    --checkout-text-grey: #5F737E;
    --checkout-bg-form: #EFF1F1;
    --checkout-bg-field: #F8F8FB;
    --checkout-button: #E95160;
    --checkout-button-hover: #E8293C;
    --checkout-green: #2A7663;
    --coupon-success-bg: #D9EFC8;
}
