/*
Theme Name: Akshayamrutha Full Theme
Author: Vinoth
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Cinzel&family=Crimson+Pro&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --gold:#F4B400;
  --deep:#6A1B9A;
  --cream:#FAF3E6;
}

body {
  background: var(--deep);
  color: var(--cream);
  font-family:'Crimson Pro', serif;
  margin:0;
}

nav {
  position:fixed;
  width:100%;
  top:0;
  padding:20px;
  background:rgba(0,0,0,0.8);
}

.hero {
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.hero h1 {
  font-family: "Inter", sans-serif;
  font-size:60px;
  color:var(--gold);
}

.section {
  padding:80px 20px;
}
