/* BeePay Design System — tokens de color y tipografía para BeeRenter */

@font-face {
    font-family: 'Arlon';
    src: url('/fonts/Arlon-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arlon';
    src: url('/fonts/Arlon-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Italic-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

:root {
    /* Colores primarios */
    --bp-amber-gold: #FFB700;
    --bp-honey-yellow: #FFDE04;
    --bp-rust-orange: #E8863D;
    --bp-pure-white: #FFFFFF;
    --bp-silver-grey: #DCDCDC;
    --bp-steel-grey: #B1B1B1;
    --bp-midnight-black: #2D2925;

    /* Tipografía */
    --bp-font-display: 'Arlon', 'Inter', sans-serif;
    --bp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
