@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;600;700;900&display=swap');

:root {
    --orange:  #ff7b00;
    --orange2: #f5a623;
    --green:   #3bb44a;
    --blue:    #1a4d8f;
    --purple:  #8a2be2;
    --purple2: #a855f7;
    --bg:      #fff8f0;
    --bg2:     #fff3e5;
    --text:    #1a1a1a;
    --text2:   #555;
    --card:    #ffffff;
    --radius:  20px;
    --shadow:  0 8px 40px rgba(0,0,0,0.08);
    --shadow-hover: 0 20px 60px rgba(255,123,0,0.2);
}
