/* =========================================
   GOOGLE FONTS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Nunito:wght@300;400;600;700&display=swap');

/* =========================================
   CSS VARIABLES
   ========================================= */
:root {
  --pink: #ff66c4;
  --yellow: #ffde59;
  --accent: #cc007e;
  --white: #ffffff;
  --gradient: linear-gradient(90deg, #ff66c4, #ffde59);
  --gradient-v: linear-gradient(180deg, #ff66c4, #ffde59);
  --font-display: 'Dancing Script', cursive;
  --font-body: 'Nunito', sans-serif;
  --shadow: 0 4px 24px rgba(204, 0, 126, 0.15);
  --shadow-lg: 0 8px 40px rgba(204, 0, 126, 0.2);
  --radius: 16px;
  --radius-sm: 8px;
}
