﻿/*
Theme Name: Ottsathi Portfolio
Theme URI: https://example.com/ottsathi-portfolio
Author: samundra bogati
Author URI: https://example.com
Description: Professional portfolio WordPress theme skeleton with a clean file structure. This package contains placeholders and comments only.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ottsathi-portfolio
Tags: portfolio, one-column, custom-menu, featured-images, flexible-header, accessibility-ready
*/

:root {
  --font-sans: "Sora", "Segoe UI", Tahoma, sans-serif;
  --font-signature: "Great Vibes", "Segoe Script", "Segoe UI", cursive;
  --nav-height: 68px;
  --nav-radius: 18px;
  --nav-glass: rgba(15, 23, 42, 0.66);
  --nav-glass-strong: rgba(15, 23, 42, 0.82);
  --nav-border: rgba(255, 255, 255, 0.18);
  --nav-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
  --text: #e8f0ff;
  --muted: #a9b6cc;
  --accent: #58f6ff;
  --accent-2: #b288ff;
  --focus: #7ef5ff;
  --surface: rgba(15, 23, 42, 0.6);
  --surface-strong: rgba(15, 23, 42, 0.82);
  --border-soft: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 18px 34px rgba(0, 0, 0, 0.32);
  --speed: 280ms;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

