/*
Theme Name: fiscalsync
Theme URI: https://fiscalsync.in
Author: Sivaram M
Author URI: https://linkedin.com/in/sivaram71
Description: A tailored blog site made for fiscalsync.in, designed to be modern, responsive, and feature-rich. The theme emphasizes a clean and elegant design suitable for blog posts and landing pages.
Version: 2.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fiscalsync
Tags: blog, landing-page, responsive, modern, custom-colors, custom-menu, custom-logo, featured-images, wide-blocks, block-patterns, editor-style
*/

* {
  font-family: "Space Grotesk", sans-serif;
}

/* Typography */
.wp-block-paragraph {
  @apply mb-4 text-sm text-gray-700 leading-relaxed;
}

.wp-block-heading {
  @apply mb-4 text-gray-900 font-bold;
}

.wp-block-columns {
  @apply mb-4 text-sm text-gray-700 leading-relaxed;
}

.wp-block-heading h1 {
  @apply text-3xl font-bold;
}

.wp-block-heading h2 {
  @apply text-2xl font-semibold mt-6 mb-3;
}

.wp-block-heading h3 {
  @apply text-xl font-semibold mt-5 mb-2;
}

.wp-block-heading h4 {
  @apply text-lg font-semibold mt-4 mb-2;
}

.wp-block-heading h5 {
  @apply text-base font-semibold mt-3 mb-2;
}

.wp-block-heading h6 {
  @apply text-sm font-semibold mt-2 mb-1;
}

/* Table Styling */
.wp-block-table {
  @apply min-w-full divide-y divide-gray-200;
}

.wp-block-table thead {
  @apply bg-gray-50;
}

.wp-block-table th {
  @apply px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
}

.wp-block-table tbody {
  @apply bg-white divide-y divide-gray-200;
}

.wp-block-table td {
  @apply px-6 py-4 whitespace-nowrap;
}

/* Lists */
.wp-block-list {
  @apply list-disc pl-5 mb-5; /* Apply Tailwind list styles */
}

.wp-block-list ol {
  @apply list-decimal pl-5 mb-5; /* Ordered lists with decimal markers */
}

.wp-block-list ul {
  @apply list-disc pl-5 mb-5; /* Unordered lists with disc markers */
}

.wp-block-list li {
  @apply mb-2; /* Margin between list items */
}

/* Blockquotes */
.wp-block-quote {
  @apply bg-gray-100 border-l-4 border-blue-500 p-4 mb-5;
}

.wp-block-quote p {
  @apply text-gray-700;
}

.wp-block-quote footer {
  @apply mt-2 text-gray-600;
}

/* Code Blocks */
.wp-block-code {
  @apply bg-gray-100 p-4 rounded-lg overflow-x-auto;
}

.wp-block-code code {
  @apply bg-gray-200 px-1 py-0.5 rounded-md font-mono text-sm;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
