/**
Theme Name: Opvia
Author: Opvia
Author URI: https://opvia.in/
Description: OPVIA.in helps global companies build high performance India teams fast. We hire strong talent, provide real office and IT infrastructure, and manage HR, payroll, and compliance while you lead your team directly.
No freelancers. No outsourcing chaos. Only a stable full time workforce with structure, culture, and accountability. You focus on growth. We run your India operations end to end.
Build global. Operate lean. Move faster than your competition.
Your team in India, working only for you, inside your culture, in a professional office environment.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opvia
Template: astra
*/
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* background: #111827; */
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-bg: #f5f5f0;
  --color-dark: #111111;
  --color-white: #ffffff;
  --color-accent-yellow: #f5c842;
  --color-accent-green: #6dbf67;
  --color-accent-purple: #b39ddb;
  --color-text-muted: #555555;
  --color-border: #e0e0e0;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'DM Sans', 'Helvetica Neue', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg);
  color: var(--color-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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