/*
  Theme Name: Sidani
  Author: Ian
  Version: 1.0
*/
@import url("css/button.css");
@import url("css/footer.css");
@import url("css/front-page.css");
@import url("css/collections.css");
@import url("css/collection.css");
@import url("css/product.css");
@import url("css/about-us.css");
/* @import url("css/newsletter.css"); */
@import url("css/mobile.css");

body {
  font-family: "Conduit ITC", "Arial", sans-serif;
  background-color: #5d534e;
}

* {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.9;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 48px;
}

p {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.39 !important;
}

a {
  font-size: 18px;
  text-decoration: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input::placeholder {
  color: #766c6c;
}

/* :root {
  --color-primary: #ebe7e3;
  --color-secondary: #766c6c;
  --color-tertiary: #282323;
} */

.img-responsive {
  max-width: 100%;
  height: auto;
}
