@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600');

:root {
    --color-primary: #40086e;
    --color-secondary: #7246c5;
    --color-neutral: #e8e8e8;
    --color-success: #388e3c;
    --color-info: #65d4ff;
    --color-warning: #ef8a17;
    --color-error: #e08d79;
    --font-family: 'Nunito', sans-serif;
}
