body {
  	background-color: #F2F2F2;
}
h1 {
  	color: #051934;
  	font-family: "Nobile", sans-serif;
	font-style: normal;
	font-weight: 300;

}
p {
  color: #051934;
  font-family: "Nobile", sans-serif;
  font-style: normal;
  font-weight: 80;
  line-height: 2;
}
}

/*
//https://fonts.adobe.com/fonts/abadi?as_campaign=a8192&as_camptype=&as_channel=affiliate&as_source=partnerize&clickref=1101lA95uxD2&mv2=pz&mv=affiliate#details-section+abadi-mt-pro-extra-light
*/

div.logo_fixed {
  position: fixed;
  top: 20px;
  right: 20px;
}

div.announcement_fixed {
  position: fixed;
  top: 20px;
  left: 20px;
}

table.center {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

h1.roboto-title {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


p.roboto-text {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

p.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}


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

.nobile-medium {
  font-family: "Nobile", serif;
  font-weight: 500;
  font-style: normal;
}

.nobile-bold {
  font-family: "Nobile", serif;
  font-weight: 700;
  font-style: normal;
}

.nobile-regular-italic {
  font-family: "Nobile", serif;
  font-weight: 400;
  font-style: italic;
}

.nobile-medium-italic {
  font-family: "Nobile", serif;
  font-weight: 500;
  font-style: italic;
}

.nobile-bold-italic {
  font-family: "Nobile", serif;
  font-weight: 700;
  font-style: italic;
}