:root {
  --beo-body-bg: #ffffff;
  --beo-body-color: #555555;
  --beo-primary: #405861;
  --beo-primary-hover: #53707b;
  --beo-light: #f7f8fa;
  --beo-dark: #272727;
}

body {
  background-color: var(--beo-body-bg);
  color: var(--beo-body-color);
}

.text-primary {
  color: #567783 !important;
}

.bg-primary {
  background-color: #405861 !important;
}

.text-primary-hover {
  color: #53707b !important;
}

.bg-primary-hover {
  background-color: #53707b !important;
}

.text-light {
  color: #f9f9fa !important;
}

.bg-light {
  background-color: #f7f8fa !important;
}

.text-dark {
  color: #272727 !important;
}

.bg-dark {
  background-color: #405861 !important;
}

.bg-yellow {
	background-color: #f2d16b !important;
}

.btn-primary {
  --beo-btn-bg: #405861;
  --beo-btn-border-color: #405861;
  --beo-btn-hover-bg: #53707b;
  --beo-btn-hover-border-color: #53707b;
}

.btn-outline-primary,
.btn-outline-primary:focus {
  --beo-btn-color: #405861;
  --beo-btn-border-color: #405861;
  --beo-btn-hover-color: #ffffff;
  --beo-btn-hover-bg: #53707b;
  --beo-btn-hover-border-color: #53707b;
}

.btn-check:focus + .btn-primary,
.product--rendered-attribute .form-radio:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-check:focus + .btn-outline-primary,
.product--rendered-attribute .form-radio:focus + .btn-outline-primary,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
