:root {
    --theme-dark-blue: 39, 62, 121;
    --theme-light-blue: 6, 175, 227;
    --theme-menu-highlight: 98, 129, 207;
    --theme-contact-form-bg: 72, 109, 169;
    --theme-background: #edf2fc;
    --theme-white: white;
    --theme-black: 000, 000, 000;
    --theme-designasion-animation-color: #80dbf7;
    --theme-font: 'Noto Sans';
    --theme-banner-description: rgb(194, 241, 255);
    --theme-about-highlight-light: #def6fc;
    --theme-about-highlight-dark: #cdd6ed;
    --theme-testimonial-border: #d9e2f3;
    --theme-testimonial-star-gold: #f7ce00;
    --theme-portfolio-hover-border: #ced8ec;
    --theme-experience-border: #ecf9fe;
    --theme-contact-detail-color: #555f75;
    --theme-contact-input-color: #486da9;
    --theme-mobile-menu-border: #ccd7eb;
    --theme-map-background: #abb4c8;
    --theme-form-invalid: #c53e3e;
    --theme-form-success: #71d171;
    --theme-form-error: #e76363;
    --theme-overlay-background: #cdddfc;
}