:root {
    --primary: #7f3e28;
    /*--bs-primary: #26231E;*/
    --bs-btn-bg: #7f3e28;
    --bs-btn-hover-bg: #592c1c;
    --bs-link-color-rgb: #7f3e28;
    --ds-background-brand-bold-hovered: #592c1c;
    --ds-background-brand-bold: #7f3e28;
    --ds-text-selected: #6d9333;
    --ds-border-focused: #7f3e28;
    /*--bs-blue: #7f3e28;*/
}

.border-primary {
    border-color: var(--primary) !important;
}

.btn:active:focus{
 background-color: var(--primary) !important;
}

.bg-primary, btn-primary {
    background-color: var(--primary) !important;
}
.slogan {
    font-family: "EB Garamond", serif;
    /*font-optical-sizing: auto;*/
    font-size: 1.2rem;
    /*    font-weight: <weight>;*/
    /*   font-style: normal;*/
    /*  color: #592c1c;*/
}

html {
    font-size: 14px;
   
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}/*

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
/*    margin-bottom: 60px;
    font-family: "EB Garamond", serif;
    font-size: 1.2rem;*/
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}