@import url("../fonts/triana/triana_a/stylesheet.css");
@import url("../fonts/bbb-open-sans/stylesheet.css");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0; /* ADDED BY LH */
  border: 0; /* ADDED BY LH */
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

script { /* ADDED BY LH */
  display: none;
}

body {
  font-size: 100%;
  background-color: #1C3A8D;
  color: white;
  margin: 0;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 8rem;
}
h1 {
  font: normal normal normal normal 3rem/200% "TrianaA";
  margin-top: 0em;
  margin-bottom: 1.2em;
}
h2 {
  font: normal normal normal normal 2.2rem/200% "TrianaA";
  margin-top: 1em;
  margin-bottom: 1em;
}
p {
  font: normal normal normal normal 1.0rem/100% "BBB-OpenSans";
  margin-top: 2em;
  text-align: right;
}
p span a {
  font: normal normal normal normal 1.5rem/100% "TrianaA";
  text-decoration: none;
}
a {
  color: white;
}

