:root {
    --background-btn-color: #00ff95;
    --background-color-btn-post: #00ff95;
    --background-color-hover-post: #1e73be;
    --background-color-post: #273242;
    --btn-color-post: #000000;
    --intent-modal-ui-background-color-behind-the-modal-window: rgba(3, 7, 18, 0.85);
    --intent-modal-ui-header-text-color: #00ff95;
    --intent-modal-ui-header-color-gradient-line-start: #eab308;
    --intent-modal-ui-header-color-gradient-line-end: #00ff95;
    --intent-modal-ui-modal-background-color: rgba(15, 23, 42, 1);
    --intent-modal-ui-modal-border-color: rgba(30, 41, 59, 1);
    --intent-modal-ui-modal-shadow-color: rgba(0, 0, 0, 0.7);
    --intent-modal-ui-close-modal-button-color: #64748b;
    --intent-modal-ui-close-modal-button-hover-color: #f43f5e;
    --intent-modal-ui-media-background-color: #020617;
    --intent-modal-ui-media-border-color: #eab308;
    --intent-modal-ui-media-shadow-color: rgba(0, 0, 0, 0.8);
    --intent-modal-ui-content-title-color: #ffffff;
    --intent-modal-ui-content-description-color: #94a3b8;
    --intent-modal-ui-button-background-color: #00ff95;
    --intent-modal-ui-button-text-color: #020617;
    --intent-modal-ui-button-shadow-color: rgba(0, 255, 149, 0.3);
    --intent-modal-ui-button-hover-background-color: #00ff95;
    --intent-modal-ui-button-hover-shadow-color: rgba(0, 255, 149, 0.6);
    --intent-modal-ui-button-hover-text-color: #020617;
    --intent-modal-ui-footer-background-color: rgba(11, 15, 25, 1);
    --intent-modal-ui-footer-border-top-color: #1e293b;
    --intent-modal-ui-footer-text-color: #475569;
    --span-color-post: #00ff95;
    --text-color-for-btn: #1f2a37;
    --text-color-for-subtitle: #ffffff;
    --text-color-for-title: #ffffff;
}
