/* public/css/new-design.css */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700;800&display=swap');

body.new-design {
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #f9fafb; /* Fallback color */
    background: linear-gradient(125deg, #f3e8ff 0%, #e0f2fe 50%, #fdf4f4 100%);
    background-attachment: fixed;
    color: #111827;
}

.new-design .gradient-text {
    background: -webkit-linear-gradient(45deg, #ef4444, #a855f7, #4f46e5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-design .frosted-glass {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
