/*
 Theme Name: notocaffe
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #061a32 !important;
  --bs-primary-rgb: 6, 26, 50 !important;
  --bs-secondary: #d8c6b7 !important;
  --bs-secondary-rgb: 216, 198, 183 !important;
  --bs-light: #efeae4 !important;
  --bs-light-rgb: 239, 234, 228 !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
  font-family: "Cormorant", serif;
  line-height: 1 !important;
  color: var(--bs-primary) !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
  letter-spacing: 1px !important;
  font-weight: 300 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.btn {
  border-radius: 100px !important;
  padding: 10px 25px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-secondary) !important;
  border-color: var(--bs-primary) !important;
  &:hover {
    background-color: white !important;
    color: var(--bs-primary) !important;
    border-color: white !important;
  }
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
