@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vast+Shadow&display=swap');

/* ===== CSS Reset ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== Base Styles ===== */
body {
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
}

/* ===== Links ===== */
a {
    text-decoration: none;
    color: inherit;
}

/* ===== Images ===== */
img {
    max-width: 100%;
    display: block;
}

/* ===== Lists ===== */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/* ===== font-family ===== */


/* font-family: "Poppins", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
font-family: "Vast Shadow", serif; */


.bar.open:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.bar.open:nth-child(2) {
    opacity: 0;
}

.bar.open:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}




.VastShadow{
   font-family: "Vast Shadow", serif; 
}

.Inter{
    font-family: "Inter", sans-serif;
}

.Roboto{
    font-family: "Roboto", sans-serif;
}

.Poppins{
    font-family: "Poppins", sans-serif;
}