﻿:root{
  /* Navigation */
  --nav-bg: rgba(10, 10, 12, 0.6);
  --nav-border: rgba(255, 255, 255, 0.05);
  --nav-button-text: #6b8a7a;
  --nav-btn-text-active: #e1ede5;
  --nav-btn-hover-bg: rgba(255, 255, 255, 0.08);
  --nav-btn-press-bg: rgba(255, 255, 255, 0.12);
  --nav-btn-focus-ring: rgba(255, 255, 255, 0.2);
  --nav-ripple: rgba(255, 255, 255, 0.1);


  /* Home / Hero Section */
  --hero-bg: #0d1410;
  --hero-prof: #6b8a7a;
  --hero-name: #A0A0A0;
  --hero-quote: #6b8a7a;
  --hero-btn-bg: #A0A0A0;
  --hero-btn-text-hover: #A0A0A0;
  --hero-btn2-text:#A0A0A0;
  --hero-btn-hover-bg: #6b8a7a;


  /* Home / Gallery Hub */
  --home-gallery-bg: #070a08;
  --home-gallery-text: #A0A0A0;
  --home-gallery-title: #6b8a7a;
  --home-gallery-grid: #111111;
  --home-gallery-transition: cubic-bezier(0.25, 1, 0.5, 1);
  --home-gallery-text-in: #A0A0A0;
  --home-gallery-btn-all: #A0A0A0;
  --home-gallery-btn-all-hover: #0a0a0c;


  /* Home / Literature Section*/
  --home-lit-bg: #070e0b;
  --home-lit-border:rgba(107, 138, 122, 0.2);
  --home-lit-text-main: #A0A0A0;
  --home-lit-text-main2: #6b8a7a;
  --home-lit-btn-bg: #070e0b;


  /* Home / Voyage Section*/
  --home-voyage-bg: #0a0a0c;
  --home-voyage-title:#A0A0A0;
  --home-voyage-subtitle: #96a2ab;
  --home-voyage-cord-text: #6b8a7a;
  --home-voyage-loc-text: #d4e0e5;
  --home-entry-text: #d4e0e5;
  --home-entry-text-hover: #96a2ab;
  --home-voyage-btn-all: #A0A0A0;


  /* Gallery Page */
  --gallery-hero-bg: #0d1410;
  --gallery-title: #e1ede5;
  --gallery-desc: #6b8a7a;
  --gallery-subtitle: #6b8a7a;
  --gallery-card-border: rgba(255, 255, 255, 0.05);
  --gallery-trans-speed: 0.25s; 
  --gallery-card-border-hover: rgba(255, 255, 255, 0.2);
  --gallery-overlay-gradient-base: rgba(13, 20, 16, 0.95);
  --gallery-overlay-gradient-mid-1: rgba(13, 20, 16, 0.1);
  --gallery-overlay-gradient-mid-2: rgba(13, 20, 16, 0.3);
  --gallery-catag-preview: rgba(255, 255, 255, 0.7);
  --gallery-catag-name: #ffffff;


  /* Gallery View Page */
  --view-bg: #0d1410;
  --view-text-main: #e1ede5;
  --view-desc: #6b8a7a;
  --view-back-link: #6b8a7a;
  --view-back-link-hover: #e1ede5;
  --view-maso-item-bg: rgba(255, 255, 255, 0.02);
  /* Gallery Lightbox */
  --lightbox-bg: rgba(0, 0, 0, 0.95);
  --lightbox-btn: rgba(255, 255, 255, 0.6);
  --lightbox-btn-hover: #ffffff;
  --lightbox-shadow: rgba(0, 0, 0, 0.5);


  /* Literature Page */
  --lit-page-bg: #070e0b;
  --lit-title: #e4f0e9;
  --lit-hero-border: rgba(107, 138, 122, 0.2);
  --lit-kicker-bg: #3a6851;
  --lit-kicker-text: #6b8a7a;
  --book-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4), 0 20px 30px -10px rgba(0, 0, 0, 0.2);


  /* Voyage Page */
  --v-bg: #0d1410; 
  --v-panel: rgba(13, 20, 16, 0.4);
  --v-text: #e1ede5;
  --v-muted: #96a2ab;
  --v-accent: #6b8a7a;
  --v-border: rgba(255, 255, 255, 0.05);
  /* fonts */
  --v-font-title: 'Inter', sans-serif;
  --v-font-serif: 'Playfair Display', serif;
  --v-font-meta: 'Poppins', sans-serif;
  --v-font-body: 'Inter', sans-serif;
  /* Voyage Entry Page */
  --ve-bg: #0a0a0c;
  --ve-text: #f0f0f0;
  --ve-muted: #96a2ab;
  --ve-accent: #ffffff;
  --ve-border: rgba(255, 255, 255, 0.1);
  --ve-panel: #070709;
  /* Voyage Entry fonts */
  --ve-font-title: 'Inter', sans-serif;
  --ve-font-serif: 'Playfair Display', serif;
  --ve-font-meta: 'Poppins', sans-serif;
  --ve-font-body: 'Inter', sans-serif;


  /* Workspace Page */
  --ws-bg: #0a0a0c;
  --ws-header-border: rgba(255, 255, 255, 0.05);
  --ws-terminal-bar: #A0A0A0;
  --ws-header-glitch: #fff;
  --ws-header-hover-glitch: #6b8a7a;
  --ws-subtitle: #A0A0A0;
  --ws-prompt-arrow: #6b8a7a;
  --ws-section-title: #6b8a7a;
  --ws-line-devider: rgba(255, 255, 255, 0.05);
  --ws-project-card-bg: rgba(255, 255, 255, 0.08);
  --ws-card-top: #A0A0A0;
  --ws-project-tech: #6b8a7a;


  /* About Page */
  --about-title: #fff;
  --about-bg:#0a0a0c;
  --about-hero-title: #A0A0A0;
  --about-hero-kicker: #6b8a7a;
  --about-hero-quote: #6b8a7a;
  --about-quote-mark: #A0A0A0;
  --about-border: rgba(255, 255, 255, 0.05);
  --about-shadow:0 30px 60px rgba(0,0,0,0.45);
  --about-sig-title: #fff;
  --about-sig-subtitle: #6b8a7a;
  --about-section-title: #6b8a7a;
  --about-section-titleh2: #A0A0A0;
  --about-muted: #6b8a7a;
  --about-text: #6b8a7a;
  --about-accent: #6b8a7a;  
  --about-princ-author: #A0A0A0;
  --about-princ-quote-mark: #fff;
  --about-skill-title: #A0A0A0;
  --about-skill-list: #A0A0A0;
  --about-hobby-desc: #A0A0A0;
  --about-connect-title:#A0A0A0;
}



