/**
* @license
*
* Font Family: Panchang
* Designed by: Barbara Bigosinska, Hitesh Malaviya
* URL: https://www.fontshare.com/fonts/panchang
* © 2026 Indian Type Foundry
*
* Panchang Extralight 
* Panchang Light 
* Panchang Regular 
* Panchang Medium 
* Panchang Semibold 
* Panchang Bold 
* Panchang Extrabold 
* Panchang Variable (Variable font)

*
*/
/* Variable Font Support (Weights 200-800) */
@font-face {
    font-family: 'Panchang';
    src: url('fonts/Panchang-Variable.woff2') format('woff2'),
        url('fonts/Panchang-Variable.woff') format('woff'),
        url('fonts/Panchang-Variable.ttf') format('truetype');
    font-weight: 200 800;
    font-display: swap;
    font-style: normal;
}

/*  */

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

:root {
    --f-main: 'Panchang', sans-serif;

    --bg: #000000;
    --tx: #fafafa;
    --cf: #c800e2;

    --padding-side: 50px;
    --padding-top: 34px;
}

::-webkit-scrollbar {
    display: none;
}

body {
    background-color: var(--bg);
    color: var(--tx);
    font-family: var(--f-main);
    /* cursor: crosshair; */
    /* cursor: url('assets/temp/zoobiana-cursor.png'), auto; */
    /* cursor: url('assets/temp/those-that-inspire.png'), auto; */
}

/* #smooth-content {
    min-height: 400vh;
} */

/*  */

/* .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
} */

/* img, svg, video {
  pointer-events: none;
  user-select: none;
} */

a {
    color: inherit;
    text-decoration: none;
    transition: 140ms color ease;
}

a:hover {
    color: var(--cf);
}

/* button {
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
} */

/* h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
} */

/* .cf {
  color: var(--cf);
} */

/* .tx2 {
  color: var(--tx2);
} */

.text-stroke {
    -webkit-text-stroke: 1.5px var(--tx);
    color: var(--bg);
    paint-order: stroke fill;
}

/*  */

/* @keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-50px,-50px) }
    20% { transform: translate(-100px,50px) }
    30% { transform: translate(50px,-100px) }
    40% { transform: translate(-50px,150px) }
    50% { transform: translate(-100px,50px) }
    60% { transform: translate(150px,0) }
    70% { transform: translate(0,100px) }
    80% { transform: translate(-150px,0) }
    90% { transform: translate(100px,50px) }
    100% { transform: translate(50px,0) }
}
.particle-texture {
    position: absolute;
    top: -150px;
    left: -150px;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    background: transparent url('assets/noise-transparentj.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: .9;
    visibility: visible;
    z-index: 999;
} */

.particle-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/particle-texture.avif');
    background-size: 100vw auto;
    background-position: center;
    background-repeat: repeat;
    z-index: -999;
    pointer-events: none;
    user-select: none;
}

/*  */

header {
    position: fixed;
    padding: var(--padding-top) var(--padding-side) 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9989;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 28px;
}

/* .logo-text {
    font-family: reey;
    font-size: 28px;
} */

.header-logo img {
    display: inline-block;
    width: 100px;
    height: auto;
}
/* .menu {
    transition: font-weight 140ms ease;
}

.menu:hover {
    font-weight: 700;
} */

/*  */