/*
Theme Name: Feeling Celebration
Theme URI: https://feelingcelebration.com
Author: Shivam Pandey
Author URI: https://feelingcelebration.com
Description: Luxury WooCommerce Gifting Theme
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: feeling-celebration
*/

:root{
  --primary:#D4AF37;
  --secondary:#FCE4EC;
  --dark:#1A1A1A;
  --white:#ffffff;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#fff;
  color:#1A1A1A;
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.container{
  width:90%;
  max-width:1400px;
  margin:auto;
}