/*
 Theme Name: Bomhus
 Template: geab
 Theme URI: https://bomhusenergi.se
 Author: Gävle Energi AB
 Author URI: https://gavleenergi.se
 Description: Bomhus Energi AB
 Version: 3.0
 Text Domain: bomhusenergi
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Paytone+One&display=swap");

body {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #2f3e2f;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.wcc-title {
  font-family: "Paytone One", sans-serif;
  line-height: 1.2;
  font-weight: 400 !important;
}
.accordion-button {
  font-size: 18px;
}
.navbar-brand {
  background: url(img/logo.png) no-repeat;
  width: 200px;
  height: 40px;
  background-size: contain;
}

.has-light-green-background-color {
  background-color: #e9f5dc !important;
}

.has-dark-green-background-color,
.bg-danger {
  background-color: #303e2e !important;
}

.bgBanner .bg-default {
  background: none;
}

.btn,
.wp-element-button {
  border-radius: 1em 1em 0 1em !important;
  padding: 0.7em 1.4em;
}
.wcc-preference-btn {
  color: #47525d !important;
}

.wp-block-button__link {
  background: #303e2e;
  color: #fff !important;
}

.wp-block-button__link:hover {
  background: #344331;
  color: #eaf5db !important;
}

.wp-block-button.is-style-outline--1 .wp-block-button__link {
}
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
  color: #eaf5db !important;
}

.home-img {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 2em 2em 0 2em !important;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .home-img {
    position: absolute;
    z-index: 1;
    top: -9rem;
  }
}
