:root {
    --primary-normal: #40bcbc;
    --primary-hover: #3facac;
    --primary-pressed: #328f8f;
    --secondary-normal: #ffffff;
    --secondary-hover: #40bcbc;
    --secondary-pressed: #328f8f;
    --white-normal: #ffffff;
    --white-hover: #f0f0f0;
    --white-pressed: #d5d5d5;
    --field-outline: #ccc;
}