:root {
  --bs-body-bg: var(--bs-gray-100);
}
.row.stripe:nth-of-type(2n+1) {
  background: #ededed;
}


/* w-9 message */

.w9 {
    max-width: 880px;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 64px;
    padding: 24px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;

}

.w9 h3 {
    color: #d71920;
    font-weight: bold;

}

.w9 ol li {
    margin-top: 24px;

}


.w9 a {
  color: #d71920;
}

@media (max-width: 768px) {
.w9 {
        margin-right: auto;
        margin-left: auto;
        margin-top: 64px;
    }    
}



/* Typography */

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-Bold.woff2") format("woff2"), url("/static/fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("/static/fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-Italic.woff2") format("woff2"), url("/static/fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-Light.woff2") format("woff2"), url("/static/fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("/static/fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-Medium.woff2") format("woff2"), url("/static/fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Ubuntu;
  src: url("/static/fonts/Ubuntu-Regular.woff2") format("woff2"), url("/static/fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

  body {
    font-family: 'Ubuntu', sans-serif;
  }

  h1, h2{
    font-weight: 600;
  }
