@font-face {
    font-family: 'Noto Sans SC';
    src:
        url('../../assets/fonts/Noto_Sans_SC/NotoSansSC-VariableFont_wght.woff2') format('woff2'),
        url('../../assets/fonts/Noto_Sans_SC/NotoSansSC-VariableFont_wght.ttf') format('truetype');
}

:root {
    --primary-color: #73956b;
    --secondary-color: #8eb87a;
    --font-family: 'Noto Sans SC', sans-serif;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
}