* {
  margin: 0;
  padding: 0;
  background-color: rgba(245, 248, 255, 1);
}


.noto-serif-special {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "wdth" 100;
}


.inter-normal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
}


#li-home {
  font-size: 20px;
  font-weight: 500;
  font-weight: bold;
  color: rgba(37, 36, 50, 1);
}

#li-cart {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.li-nav {
  font-size: 20px;
  font-weight: 500;
  color: rgba(137, 135, 161, 1);
}

.navbar {
    max-width: 1140px; 
    height: 71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 150px 0px 150px;
}

.nav_links {
    display : flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 48px;
    padding: 18px 0;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.cart_icon {
    display: flex;
    justify-items: center;
    flex-direction: row;
}


.logo {
    width: 135px;
    height: 71px;
}

.normal-p {
    font-size: 22px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 65px;
    margin-bottom: 13px;
    font-weight: bold;
    line-height: auto;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.orange-text {
    color: rgba(233, 90, 8, 1)
}


.header-content {
    display: flex;
    flex-direction: row;
    padding: 120px 150px 0px 150px;
    margin-top: 120px;
}

.header-text {
    padding-top: 162px;
}