﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
body.theme-yellow {
    --bg-gradient: linear-gradient(135deg, #fceabb 0%, #f8b500 100%);
    --card-bg: rgba(255, 255, 255, 0.15);
    --card-border: rgba(255, 255, 255, 0.25);
    --text-color: #2d1a00;
    --link-bg: rgba(255, 255, 255, 0.55);
    --link-hover: rgba(255, 255, 255, 0.88);
    --shadow: 0 8px 32px rgba(180, 120, 0, 0.2);
}

body.theme-yellow { font-family: 'Poppins', sans-serif; }
body.theme-yellow .link-card { border-radius: 50px; }
