/* style/huong-dan-choi.css */

:root {
    /* Custom Colors */
    --fi88-primary: #C91F17;
    --fi88-secondary: #E53935;
    --fi88-button-gradient: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
    --fi88-card-bg: #D32F2F;
    --fi88-background: #B71C1C;
    --fi88-text-main: #FFF5E1;
    --fi88-border: #F2B544;
    --fi88-glow: #FFCC66;
    --fi88-gold: #F4D34D;
    --fi88-deep-red: #7A0E0E;

    /* General text color for light backgrounds */
    --fi88-text-dark: #333333;
    /* General text color for dark backgrounds */
    --fi88-text-light: #FFF5E1; /* Using Text Main from custom palette */
    /* Default light background for contrast */
    --fi88-bg-light: #ffffff;
}