/*
Theme Name: Rebellious Essence
Author: Team Eyeweb
version:1.4
Description: Rebellious Essence emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
*/

body {
   margin: 0;
     background-color: var(--rebellious-body-color);
}

/* Typography */
@font-face {
    font-family: 'voire';
    src: url('fonts/voire-regular.otf') format('opentype');
      font-weight: 400; 
}
@font-face {
    font-family: 'voire';
    src: url('fonts/voire-medium.otf') format('opentype');
      font-weight: 500; 
}
@font-face {
    font-family: 'voire';
    src: url('fonts/voire-bold.otf') format('opentype');
      font-weight: 600; 
}

@font-face {
    font-family: 'Cormorant Garamond', serif;
    src: url('fonts/CormorantGaramond-Bold.ttf') format('truetype');
      font-weight: 700; 
}

@font-face {
   font-family: 'Cormorant Garamond', serif;
    src: url('fonts/CormorantGaramond-Medium.ttf') format('truetype');
      font-weight: 500; 
}
@font-face {
    font-family: 'Cormorant Garamond', serif;
    src: url('fonts/CormorantGaramond-Regular.ttf') format('truetype');
      font-weight: 400; 
}
@font-face {
    font-family: 'Cormorant Garamond', serif;
    src: url('fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
      font-weight: 600; 
}



header,.essence-code-shortcode-container,.explore-our-retreats-shortcode-container {
    font-family: 'voire', sans-serif;
  
}

.cormorant_garamond_font{
      font-family: 'Cormorant Garamond', serif;
}

/* Global Colors */
:root {
   --rebellious-body-color: #F9F1E8;
   --rebellious-orange: #FF7A33;
   --rebellious-cream: #F9F1E8;
  --rebellious-cream-20: #F9F1E833;
   --rebellious-green: #9ACC38;
   --rebellious-pink: #F42788;
   --rebellious-coral: #FF5A52;
   --rebellious-gold: #BC9C5E;
   --rebellious-black: #0C0C0C;
}


/* Global Styles */
.rebellious-text-orange {
   color: var(--rebellious-orange);
}

.rebellious-bg-orange {
   background-color: var(--rebellious-orange);
}

.rebellious-text-cream {
   color: var(--rebellious-cream);
}

.rebellious-bg-cream {
   background-color: var(--rebellious-cream);
}
.rebellious-text-green {
   color: var(--rebellious-green);
}
.rebellious-bg-green {
   background-color: var(--rebellious-green);
}
.rebellious-text-pink {
   color: var(--rebellious-pink);
}
.rebellious-bg-pink {
   background-color: var(--rebellious-pink);
}
.rebellious-text-coral {
   color: var(--rebellious-coral);
}
.rebellious-bg-coral {
   background-color: var(--rebellious-coral);
}
.rebellious-text-gold {
   color: var(--rebellious-gold);
}
.rebellious-bg-gold {
   background-color: var(--rebellious-gold);
}
.rebellious-text-black {
   color: var(--rebellious-black);
}
.rebellious-bg-black {
   background-color: var(--rebellious-black);
}



/* Border colors */

.rebellious-border-cream-20 {
   border-color: var(--rebellious-cream-20);
}


.rebellious-border-green {
   border-color: var(--rebellious-green);
}

/* Hover Effects */

.rebellious-hover-text-green:hover{
   color: var(--rebellious-green);
}

/* Font sizes */
.text-45{
   font-size: 45px;

}
.text-80{
   font-size: 80px;

}

/* CONTAINER CSS */

@media (min-width:1536px) {
    .container {
        max-width: 1360px !important;
    }
}



   