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

:root {
    --3c-primary: 116 118 235; /* #7476EB */
    --3c-primary-hover: 96 98 219; /* #6062DB */
    --3c-danger: 231 89 106; /* #E7596AFF */
    --3c-info: 186 187 245; /* #BABBF5 */
    --3c-info-alternative: 116 118 235; /* #7476EB */
    --3c-secondary: 236 236 236; /* #ECECEC */
    --background-main: 249 249 249; /* #F9F9F9 */
    --background-secondary: 236 236 236; /* #ECECEC */
    --3c-text: 0 0 0; /* #000000 */
    --3c-text-muted: 106 106 106; /* #6A6A6A */
}
