@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Tungsten';
    src: url('/assets/fonts/Tungsten-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Tungsten';
    src: url('/assets/fonts/Tungsten-Black.woff2') format('woff2');
    font-weight: 900;
}

:root {
    --font-title: 'Tungsten', sans-serif;
    --font-body: 'Noto Sans', sans-serif;

    --color-text-accent: #FF4E00;
    --color-text-link--hover: #FF6A1A;
    --color-text-error: #FF0000;

    --color-bg-accent: #FF4E00;
    --color-bg-yellow: #DB9D18;
    --color-bg-black-transparent: #000000CC;

    --color-border-error: #FF0000;

    --color-toast-success-bg: #22C55E;
    --color-toast-success-border: #22C55E;
    --color-toast-error-bg: #EF4444;
    --color-toast-error-border: #EF4444;
}
