﻿:root {
    /* 🟩 page properties */
    --accent-color: rgba(229, 45, 51, 0.8); /* 🔵 beckground color */
    --text-color: #1e293b; /* 🖋️ base text color */
    --heading-color: black; /* 💠 heder color (h1, h2...) */
    /* 🟩 box properties */
    --box-bg-color: rgba(229, 45, 51, 1); /* box background */
    --box-text-color: white; /* box text color */
}
