/*
Theme Name: Osto Era Baroe By:CanGeus
Theme URI: https://cangeus.my.id
Author: CanGeus
Author URI:  https://cangeus.my.id
Description: Custom WordPress theme for CV. Osto Era Baroe By:CanGeus
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ostoe
*/

/* Definisi warna berdasarkan tema brand */
:root {
    --color-green-dark: #091E01;
    --color-green-mid: #033116;
    --color-gold: #B68C5A;
    --color-cream: #F9FAF6;
    --color-pink: #F5ECE5;
}
a {
    cursor: pointer !important;
}

a button {
    cursor: pointer !important;
}

/* Menggunakan Tailwind CSS dengan penyesuaian warna brand */
.text-brand-darkgreen { color: var(--color-green-dark); }
.text-brand-gold { color: var(--color-gold); }
.bg-brand-darkgreen { background-color: var(--color-green-dark); }
.bg-brand-gold { background-color: var(--color-gold); }
.border-brand-gold { border-color: var(--color-gold); }
.font-serif { font-family: 'Libre Caslon Text', serif; }
.font-sans { font-family: 'Plus Jakarta Sans', sans-serif; }
.bg-cream { background-color: var(--color-cream); }

.clients {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.clients:hover {
    filter: brightness(1) invert(0);
    scale: 1.1;
}
