:root {
    --background-color: #121212;
    --text-color: #ffffff;
    --font-family: Arial, sans-serif;
    --input-background: #333333;
    --border-color: #444444;
    --input-border-color: #444444;
    --input-padding: 5px;
    --input-border-radius: 5px;
    --button-background: #0066ff;
    --button-hover-background: #0056e0;
    --element-margin: 10px;
    --textarea-background: #262626;
    --form-background: #1e1e1e;
    --highlight-color: #ffcc00;
}