:root {
    --gc-orange: #F7A800;
    --gc-orange-70: rgba(247, 168, 0, 0.7);
    --gc-orange-10: rgba(247, 168, 0, 0.1);
    --gc-grey: #404040;
    --gc-bg-64: #4a4a4a;
    --text: black;
    --gc-light-grey: #f8f9fa;
    --border-radius: 8px;
}