/*
Theme Name: Podcast Site Theme
Theme URI: https://adithya-palakati.netlify.app
Author: Adithya Palakati
Author URI: https://adithya-palakati.netlify.app
Description: A modern, responsive WordPress theme designed for podcasters and content creators. Perfect for showcasing podcasts, videos, episodes, and engaging your audience with style and simplicity.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: podcast-site-theme
*/


/* ==========================
   Global Colors - Podcast Theme
=========================== */

:root {
  --color-primary-bg: #FBF6EC;      /* Primary Background */
  --color-primary-fg: #1F7A5C;      /* Primary Foreground */
  --color-secondary: #E3B94B;       /* Secondary / Accent */
  --color-text-primary: #2B2B2B;    /* Primary Text */
  --color-text-secondary: #5F5F5F;  /* Secondary Text */
}

/* ==========================
   Main Layout
=========================== */

/* Reset some basic elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




