/* css styles */

/* Hero section */
.hero-section {
  text-align: center;
  padding: 3rem 1rem;
  margin-bottom: 2rem;
}

.hero-section h1 {
  /* font-size: 2.8rem;
  margin-bottom: 0.5rem; */

  color: #F95838 !important;
  font-size: 2.8rem;
  font-family: 'Times New Roman';
  font-weight: normal !important;
  font-style: italic !important;
  letter-spacing: -0.6px;
}

.hero-section .subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.hero-section .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-section .cta-buttons a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s;
}

.btn-primary {
  background-color: #F95838;
  color: white !important;
}

.btn-secondary {
  background-color: #00A6DB;
  color: white !important;
}

.hero-section .cta-buttons a:hover {
  transform: translateY(-2px);
}

h2 {
    font-size: xx-large;
    border-bottom: none;
    margin-bottom: 0.3rem;
}

code {
    color: #000;
}

.quarto-title-banner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dark-highlight {
    color: #fff!important;
    background: rgba(249, 88, 56, 1);
    box-shadow: 10px 0 0 rgba(249, 88, 56, 1), -10px 0 0 rgba(249, 88, 56, 1);
    padding-top: 5px;
    padding-bottom: 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    /* white-space: pre-wrap; */
    /* display: inline; */
    /* background-color: rgba(0,0,0,1); */
    /* padding: 4.9px 12px 7px 12px; */
}

h1 {
    color: #000!important;
    font-family: Helvetica, 'Helvetica Neue', sans-serif;
    font-weight: unset!important;
    font-weight: bold!important;
}

.subtitle {
    color: #000;
    font-family: Helvetica, 'Helvetica Neue', sans-serif;
    font-weight:400!important;
    font-size: 19px;
}

#refs {
    font-size: small;
}