:root {
    --primary-color: #42b983;
    --secondary-color: #35495e;
    --accent-color: #ff4081;
    --background-color: #f5f5f5;
    --text-color: #333;
    --border-radius: 4px;
    --font-family: "Helvetica Neue", Arial, sans-serif;
    --font-size: 16px;
    --line-height: 1.5;
    --topbar-h: 64px;
    --bottom-h: 76px;
    --star-size: 2rem;
    --star-gap: 6px;
    --star-gray: #d8d8d8;
    --star-gold: #ffc107;
    --card-bg: #fff;
    --color-black: #000;
    --color-black_1: #333;
    --sidebar-w: 220px;
    --btn-blue: #0a66ff;
    --btn-gray: #bbb;
    --partial-color: #ffb020;
}
