/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 14, 2021, 11:58:55 AM
    Author     : chani
*/

:root, [data-theme="cyan"] { /*default of reaserchs*/
    --gray: #e0e0e0;
    --accent: #03a597;
    --accent-dark: #0f5164;
    --accent-light: rgba(3, 165, 151, 0.73);
    --secondary: #f3f4ee;
    --primary: #222222;
}

[data-theme="navy"] { /*blue of reaserch*/
    --gray: #e0e0e0;
    --accent: #1c6674;
    --accent-dark: #1c6674;
    --accent-light: rgba(28, 102, 116, 0.73);
    --secondary: #f3f4ee;
    --primary: #222222;
}

[data-theme="light_blue"] {
    --gray: #ddd7d5;
    --accent: #4399bc;
    --accent-dark: #3c818c;
    --accent-light: #57b3c1;
    --primary: #222222;
    --secondary: #f3f4ee;
}

[data-theme="bordeaux"] {
    --gray: #ddd7d5;
    --accent: #7d205b;
    --accent-dark: #682050;
    --accent-light: #{rgba(125, 32, 91, .73)};
    --secondary: #f5c053;
    --primary: #42052d;
    --white: #fff;
}

[data-theme="default"] {
    --primary: #3f93a9;
    --secondary: #25a394;
    --accent: #841220;
}

[data-theme="mix"] {
    --primary: #973642;
    --secondary: #379ab7;
    --accent: #1a7a86;
}

[data-theme="red"] {
    --primary: #96434d;
    --secondary: #9b2937;
    --accent: #4a131d;
}

[data-theme="green"] {
    --primary: #5cb696;
    --secondary: #23998b;
    --accent: #0c534d;
}

[data-theme="blue"] {
    --primary: #4eb4d2;
    --secondary: #0c808d;
    --accent: #0f5164;
}


[data-theme="brunze"] {
    --primary: #860e1d;
    --secondary: #5a5f42;
    --accent: #8d936f;
}