﻿/*
 Theme Name:   Youmna Tarazi
 Theme URI:    https://youmnatarazi.com/
 Description:  YT custom theme
 Author:       Mat
 Template:     enfold
 Version:      2.0.0
*/

/* YT - version 2026 */

:root {
    --red : #E94F5A;
    --red-hover : #DF4550;
    --red-active : #D53B46;
    --blue: #124B56;
    --blue-hover: #003742;
    --blue-active: #0A2D38;
    --light: #fff;
    --light-hover: #F8ECE7;
    --light-active: #F9CFD2;
    --gold: #D5B259;
    --gold-hover: #C19E45;
    --gold-active: #B7943B;
    --light-blue-background: #E4F0F1;
    --light-red-background: #F8ECE7;
    --light-grey-background: #F2F2ED;
    --darkblue: #201D2E;
    --darkblue-hover: #2A2738;
    --darkblue-active: #343142;
}