/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#main p,
#main li,
#main td,
#main th {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  color: #00084D;
  text-align: left;
  font-weight: 750;
}

#main h1#title-heading {
  margin-top: 0.15em;
  font-size: 56px !important;
}

#main h1 {
  margin-top: 0.9em;
}

#main h1,
#main h1:first-child {
  font-size: 48px !important;
  margin-bottom: 0.5em;
}

#main h2 {
  margin-top: 0.9em;
}

#main h2,
#main h2:first-child {
  font-size: 28px !important;
  margin-bottom: 0.3em;
}

#main h3 {
  margin-top: 0.3em;
}

#main h3,
#main h3:first-child {
  font-size: 22px !important;
  margin-bottom: 0.1em;
}
