/*
Theme Name: MCM Custom Theme
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom theme for MCM MARKETING, converted from a static HTML site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, custom-background
Text Domain: mcm-custom-theme
*/

/* Using Inter font as the base font */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0f172a; /* Dark navy background */
}
/* Custom class for the energetic accent color from your logo */
.bg-accent { background-color: #06b6d4; } /* Teal/Cyan from logo */
.text-accent { color: #06b6d4; }
.border-accent { border-color: #06b6d4; }
.hover\:bg-accent-dark:hover { background-color: #0891b2; } /* Darker shade for hover */
.focus\:ring-accent:focus {
    --tw-ring-color: #06b6d4;
}

/* Adding a subtle gradient to the hero section */
.hero-gradient {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, #0f172a 100%), url('https://placehold.co/1920x1080/0f172a/06b6d4?text=Growth') no-repeat center center/cover;
}

/* Hide content of the non-active language */
[lang="en"] .lang-ro { display: none; }
[lang="ro"] .lang-en { display: none; }
