.btn {
  transition: .5s;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  font-family: "Open Sans", Sans-serif;
  color: var(--bs-highlight-color);
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #797979;
}

::selection {
  text-shadow: none;
  background: #9d2843;
}

.modal-content {
  border-radius: 0;
}

.modal-title {
  text-transform: uppercase;
  font-size: 23px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2D2D2D;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #FED136;
  margin-right: 15px;
  padding: 5px 10px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
  color: #fff;
  background-color: #fec503;
  border-color: #f6bf01;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #23AD21;
}

