@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
body {
background-color: #080808;
background-image: /* https://subtlepatterns.com/ */ url(/assets/subtlepatterns/paven.png);
color: #785b5b;
font-family: Merriweather, Garamond, Georgia, serif;
font-size: 14px;
font-weight: 400;
}

/* Porque o chrome é burro */
strong, b {font-weight: 400;}
strong, b {font-weight: bolder;}

a, .dropdown_label {
color: #41750d;
}

.button, button,
form.tablelike input.button {
color: #241704;
background-color: #e8e83f;
border-color: #e8e83f;
}

.img_zoom_menu {
background-color: #080808;
border-color: #e8e83f;
}

.block {
color: #785b5b;
}

#store_title h1 {
font-family: Playfair Display, Garamond, Georgia, serif;
font-size: 50px;
font-weight: 400;
}

#product_title, .core_title {
font-family: Merriweather, Garamond, Georgia, serif;
font-size: 28px;
font-weight: 400;
}

.price {
color: #41750d;
}

#controls>span {
background-color: #e8e83f;
border-color: #e8e83f;
}

.tabs_labels label, .tabs_contents {
border-color: rgba(120, 91, 91, 0.2);
}

.tabs_labels label {
background-color: rgba(120, 91, 91, 0.15);
border-bottom-color: transparent;
}
