/*
Theme Name: Rubymark Inc.
Theme URI: https://www.rubymarkinc.com
Author: Rubymark Inc.
Author URI: https://www.rubymarkinc.com
Description: A premium one-page WordPress theme showcasing Afghanistan's natural gemstones.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rubymark
Tags: responsive, one-page, tailwind, gemstone, elegant
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #0a192f;
    color: #cdd6f4;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
.gemstone-card {
    background-color: #112240;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gemstone-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px -15px rgba(2,12,27,0.7);
}
.spec-table {
    background-color: #0a192f;
    border: 1px solid #1e293b;
}
.spec-table th, .spec-table td {
    border: 1px solid #1e293b;
}
