@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 

.center:not(.section), .center>h1, .center>h2, .center>h3, center>h4, center>h5, center>h6 {
    text-align: center;
    padding: 15px;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}

div.body h1
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

div.body h2
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

div.body h3
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

div.body h4
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

div.body h5
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

div.body h6
 {
    font-family: "Oswald", san-serif;
    font-weight: normal;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}    
    

div.body p
{
    font-family: "Roboto", serif;
    font-weight: normal
    margin: 0px 0px 10px 0px;
    padding: 0;
    text-align: justify;
}

div.admonition p.admonition-title {
    font-family: "Oswald", serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    
}


