/*
Theme Name: Rimon Khan
Theme URI: https://rimonkhan.com
Author: Putul IT
Author URI: https://putulit.com/
Description: A premium, modern, and high-performance portfolio theme for Rimon Khan.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rimon-khan
*/

:root {
    --primary-color: #00d2ff;
    --primary-gradient: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    --bg-dark: #0a0a0b;
    --bg-card: #161618;
    --text-main: #e0e0e0;
    --text-dim: #a0a0a0;
    --accent-glow: rgba(0, 210, 255, 0.3);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Base styles are minimum; main styling in assets/css/main.css */
