@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
a.btn {
  background-color: #000000;
}
a.btn:hover {
  background-color: black;
}

.welcome {
  color: #000000;
}

.password-wrapper::before, .username-wrapper::before {
  color: #0098cf;
}

.nav.desktop a.name {
  color: #000000;
}

.itemDetail .details .item-price, .itemDetail .details .totalAmount {
  color: #0098cf;
}

header .right-info a.cart .cart-line-count {
  background-color: #0098cf;
}

.itemDetail .details .item-name {
  color: #000000;
}

.customize-header .customize-name {
  color: #000000;
}

body {
  font-family: "Open Sans", sans-serif;
}

input::-webkit-input-placeholder, input[type=password] input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  font-family: inherit;
}

input::-moz-placeholder, input[type=password] input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  font-family: inherit;
}

input:-ms-input-placeholder, input[type=password] input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  font-family: inherit;
}

input::-ms-input-placeholder, input[type=password] input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  font-family: inherit;
}

input,
input::placeholder,
input[type=text],
input[type=password] input[type=text]::placeholder,
input[type=password]::placeholder {
  font-family: inherit;
}

textarea::-webkit-input-placeholder {
  font-family: inherit;
}

textarea::-moz-placeholder {
  font-family: inherit;
}

textarea:-ms-input-placeholder {
  font-family: inherit;
}

textarea::-ms-input-placeholder {
  font-family: inherit;
}

textarea,
textarea::placeholder {
  font-family: inherit;
}

button,
select {
  font-family: inherit;
}