@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --3c-primary: 109 75 245; /* #6D4BF5 */
    --3c-primary-hover: 61 30 185; /* #3D1EB9 */
    --3c-danger: 194 42 95; /* #C22A5F */
    --3c-info: 116 118 235; /* #7476EB */
    --3c-info-alternative: 116 118 235; /* #7476EB */
    --3c-secondary: 109 75 245; /* #6D4BF5 */
    --background-main: 7 7 18; /* #070712 */
    --background-secondary: 16 16 22; /* #101016 */
    --background-tertiary: 21 21 27; /* #15151B */
    --3c-text: 255 255 255; /* #FFFFFF */
    --3c-text-muted: 105 99 128; /* #696380 */
    --3c-link: 187 211 249;
    --3c-icon-bg: 105 99 128; /* #101016 */
}
