﻿:root {
    --primary-color: #e6ad19;
    --secondary-color: #484644;
    
    --normal-text: #5b5b5b;
    --negative-text: #f1f1f1;

    
    --normal-text-opacity: #adadad;
    --negative-text-opacity: white; 

    --normal-background: white;
    --contrast-background: black;

    --normal-background-hover: #f7f7f7;

    --line-opacity: #dbdbdb;

    --glassy-transparent: #ffffff3b;
    --glassy-transparent-hover: #ffffff4d;
    --glassy-transparent-line: #ffffff47;

    --solid-glassy-transparent: #ffffff63;
    --solid-glassy-transparent-hover: #ffffff82;
    

    --error: #ff4141;
    --success: #00d500;
    --warning: yellow;
    --info: blue;

    --info-background: #e9f2ff;
    --info-text: #00000082;

    --warning-background: #ffffb6;
    --warning-text: #00000082;

    --error-background: red;
    --error-text: #00000082;

    --success-background: #b8ffb8;
    --success-text: #00000082;

    --orange-background: #ffe0ba;
    --orange-text: #00000082;

    --blue: #4b72ff;
    --light-blue: #36b1f9;
    --yellow: #fdca10;
    --green: #32c380;
    --red: #ff6060;

    --hypertext: #065fd4;
}

.dark-theme {

}