﻿:root {
    --logo-background: 255, 255, 255;
    --background-color: 246, 247, 252;
    --text-color: 119, 119, 119;
    --section-background: 0, 0, 0;
    --section-text: 255, 255, 255;
    --equipment-code: 0, 0, 0;
    --button-color: 255, 255, 255;
}

:root {
    /* Orange */
    --button-background-color: 251, 119, 26;
    --button-background-hover-color: 235, 99, 4;
}

:root1 {
    /* Red/purple */
    --button-background-color: 146, 26, 64;
    --button-background-hover-color: 199, 91, 122;
}

:root1 {
    /* Green */
    --button-background-color: 128, 141, 124;
    --button-background-hover-color: 95, 111, 101;
}

:root1 {
    /* Blue */
    --button-background-color: 100, 130, 173;
    --button-background-hover-color: 127, 161, 195;
}