/* @font-face {
    font-family: 'ChalkySans';
    src: url('/assets/fonts/Chalk-y Sans.otf') format('opentype'); 
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'DK Crayon Crumble';
    src: url('/assets/fonts/DK\ Crayon\ Crumble.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}


:root {
    --font-primary: 'DK Crayon Crumble';
    --color-danger: #dc3545;
    --color-success: #28a745;
    --color-warning: #ffc107;
    --color-info: #17a2b8;
    --color-primary: #007bff;
    --color-secondary: #6c757d;
}

