/* asap-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/asap-condensed-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* boogaloo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Boogaloo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/boogaloo-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1, h2, h3 {
  font-family: 'Asap Condensed';
  color: #FFFFFF;
}

p, ul {
  font-family: 'Boogaloo';
}

article {
    border: 10px solid rgb(117, 11, 64);
    border-radius: 10px;
    background-color: #094f49;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
}

body { 
    background-color: #818589;
    background-image: url(images/moroccan-flower-dark.png);
    background-repeat: repeat;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

p {
      font-size: 25px;
      text-align: left;
      line-height: 35px;
      color: #FFFFFF;
}
