@import "";
 
/* CONTAINERS
------------------------------*/
 
div#container-wrap {
    background-image: none;
    background-repeat:repeat-x;
}
 
#content-wrap {
	margin-top: 1em	!important;
    margin:20px 0 auto;
    width:100%;
    min-height:1px;
}

.image-container {
	padding: 0em;
}

.image-container a:hover, .gallery-box a:hover {
	border-bottom: none;
} /* this stops the images from jittering around like caffeine junkies */

/* the hashtagTOC was here but I moved it down to the infoboxes to fiddle with the colors more easily */

.footnotes-footer { 
	display: none;
}

.hovertip, .owindow .title {
	border-width: 0px	!important;
}

/* need to order these better honestly */

.owindow, .owindow .button-bar a {
	border-width: 2px;
} /* the colors are synced down to sidebar */

.owindow.owait .content {
   background-image:url(http://neo-dimension.wikidot.com/local--files/nav:side/Protoman.gif);
   background-position: 45% 100%;
   padding: 0 50px 70px 50px;
} /* the save file graphic, make sure vertical bottom padding fits the image size */

.owindow h1 {
	font-size: 200%;
}

#lock-info {
	border-width: 2px;
} /* synced to sidebar colors too */

input.text#edit-page-title, textarea#edit-page-textarea, textarea#edit-page-comments {
  outline-style: none;
} /* this gets rid of the annoying blue border in the editor */
 
/* HEADER AND FOOTER
------------------------------*/

 
#header {
    background-color:#1E71A1;
    background-image:url(http://arkhea.wikidot.com/local--files/nav:top/PlaceholderHEADblack.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    border-top:8px solid #114D70;
    border-bottom:22px solid #114D70;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    height:125px;
    width:100%;
}
 
#header h1, #header h2 {
    display:none;
} /* this disables the headers that would go over Arkhea's banner */

#footer {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	cursor: default;
}

#footer, #footer-bar {
	background-color: #0F3448;
}

#footer .options a#wikidot-help-button, #footer .options a#wikidot-privacy-button, #footer .options a#bug-report-button {
	display: none;
} /* takes off the parts of the website that aren't relevant as I'm not using it like a wiki */

#footer, footer a, #footer a:hover, #footer a:focus, #footer-bar a, #footer-bar a:hover, #footer-bar a:focus {
	color: #34A2E3;
} /* this links the colors for the footers */

#footer a, #footer a:hover, #footer a:focus, #footer-bar a, #footer-bar a:hover, #footer-bar a:focus {
	border-bottom: 1px dashed #34A2E3;
} /* this links the footer link colors together */

#footer a, #footer a:hover, #footer a:focus {
	background-color: #0C202C;
}

#footer-bar {
	color: #2580B5;
	border-top-width: 4px;
	opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	max-width: none;
	width: 100%;
}

#footer-bar h2 {
	color: #0C202C;
	text-shadow: -1px 0 #2580B5, 0 1px #2580B5, 1px 0 #2580B5, 0 -1px #2580B5;
	font-style: normal;
	text-decoration: none;
} /* background color syncs to tag cloud */

#footer-bar a, #footer-bar a:hover, #footer-bar a:focus {
	font-style: normal;
	text-decoration: none;
}

#footer-bar .units {
	width: 750px;
	margin: 0 auto;
}

/* guess the references here
	CSS ANIMATIONS
------------------------------*/

.preyfoodkilleat, .preyfoodkilleat a, .preyfoodkilleat a:hover {
	color: #AD33FF	!important;
	font-style: normal	!important;
	font-weight: bold	!important;
	-webkit-animation: oraoraora 1s ease-in-out infinite alternate;
	-moz-animation: oraoraora 1s ease-in-out infinite alternate;
	animation: oraoraora 1s ease-in-out infinite alternate;
}

@-webkit-keyframes oraoraora {
  from {
    text-shadow: 0 0 1px #AD33FF, 0 0 2px #4dc3ff, 0 0 10px #ccccff, 0 0 20px #ccccff, 0 0 30px #5900b3, 0 0 40px #5900b3, 0 0 50px #5900b3, 0 0 60px #5900b3, 0 0 70px #5900b3;
  }
  
  to {
    text-shadow: 0 0 1px #AD33FF, 0 0 10px #b3e6ff, 0 0 20px #ffffff, 0 0 30px #9f80ff, 0 0 40px #9f80ff, 0 0 50px #9f80ff, 0 0 60px #9f80ff, 0 0 70px #9f80ff, 0 0 80px #9f80ff;
  }
}
 
/* SIDE BAR & MENU BAR
------------------------------*/

#top-bar {
	background-color: #2580B5;
	width: 100%;
	bottom: -18px	!important;
}

#top-bar, #top-bar li {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
}

#top-bar, #top-bar a, #login-status, #login-status a {
	color: #0C202C;
} /* the color of the top menu text */

#top-bar a {
	background: transparent	!important;
	text-decoration: none;
} /* this is so the buttons on the menu are transparent until highlighted */

#top-bar a:hover, a:focus{
	color: #0E2938;
	border-bottom: none;
	text-decoration: none;
} /* this is for the links */

#top-bar li {
	float: right;
	background-color: #2C90CB;
	border-top-width: 0px;
	border-bottom-width: 0px;
} /* this is the menu buttons on top bar */

#top-bar li:hover {
	background-color: #34A2E3;
} /* this is the menu button when menu is rolled down */

#top-bar li ul, #top-bar li ul li {
	border-width: 1px;
} /* this is the border around submenus */

#top-bar li ul li {
	border-right-width: 1px;
} /* this closes the right end of the submenus */

#top-bar li ul li a {
	background: #3AB0F5;
} /* this is the submenus */

 #top-bar, #top-bar li, #top-bar li ul, #top-bar li ul li {
	border-color: #0F3448;
	border-style: solid;
} /* syncs border colors between the entire top bar header */
 
#side-bar {
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
	border-width: 4px;
    clear:both;
    margin:0 0 0 1em;
    opacity:0.3;
    filter:alpha(opacity=30);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    padding:1em;
    width:14em;
    clear:left;
    float:left;
}

#side-bar:hover {
	opacity:0.8 !important;
	filter:alpha(opacity=80)  !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
} /* this makes the sidebar become opaque when hovered over */

#side-bar h2 {
	font-size: 150%	!important;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: none	!important;
	background: transparent;
	margin-bottom: 0.1em;
} /* the sidebar section headers are two plusses */

#side-bar h2, .owindow .title, form div.sub {
	color: #87CEEB;
} /* sidebar header and popups synced */

#side-bar, .owindow, .owindow .title, .owindow .owait .content, .hovertip .content, .owindow .button-bar a, #lock-info, textarea#edit-page-comments, hr {
	background-color: #114D70	!important;
}/* coordinates the colors between sidebar and the popups along with the below */

#side-bar, .owindow, .owindow .title, .owindow .owait .content, .hovertip .content, .owindow .button-bar a, #lock-info, textarea#edit-page-comments, #footer-bar {
	border-color: #0E2938	!important;
	border-style: solid;
}

.pages-tag-cloud-box, .owindow .title, .owindow .button-bar a, .owindow .button-bar a:hover, #footer-bar h2 {
	background-color: #104260	!important;
} /* the background for the tag box, notif window buttons, wiki promos bar */

.pages-tag-cloud-box {
	padding-bottom: 4px	!important;
} /* keeps the box from spilling the tails of its text down there aka now it's thicc */

.pages-tag-cloud-box a, .pages-tag-cloud-box a:hover, .pages-tag-cloud-box a:focus, .secret a:hover {
	border-bottom: none;
} /* no telling user */

.pages-tag-cloud-box a, .pages-tag-cloud-box a:hover, .pages-tag-cloud-box a:focus, .secret a:hover, #footer a, #footer a:hover, .owindow .button-bar a:hover {
	text-shadow: -1px 0 #87CEEB, 0 1px #87CEEB, 1px 0 #87CEEB, 0 -1px #87CEEB	!important;
} /*the glow for the tags, disclaimer links and secret links */
 
/* LOGIN STATUS
------------------------------*/
 
#login-status {
    font-size:100%;
    z-index:30;
    overflow:visible;
    position:absolute;
    right:10px;
    top:10px;
    z-index:25;
}
 
#login-status a {
    background:transparent none repeat scroll 0 0;
} /* these two sync up with the header menu colors */
 
/* MAIN BODY & CONTENT
------------------------------*/
 
body {
    background-image:url(http://arkhea.wikidot.com/local--files/nav:top/PlaceholderBGblack.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 100%;
    width:100%;
    padding:0;
} 

body, h6 span {
	background-color: #104260;
} /* the colors  for header 6 sync to body background, set h5 and h4 one shade lighter */

body, .secret, .secret a, .secret a:hover, #license-area, .owindow, textarea#edit-page-textarea {
	color: #87CEEB;
} /* this syncs the main text color to others */

.wiki-content-table td {
    vertical-align: top;
}

.table-topcenter .wiki-content-table td {
    vertical-align: top;
    text-align: center;
}

#page-title {
	color: #3AB0F5;
	font-size: 269%;
	font-weight: bold;
	border-width: 2px;
	margin-top: -0.5em;
}

#page-title, a:focus, a:hover, .page-tags span {
	border-color: #114D70;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: -0.5em;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: #114D70;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	padding-left: 2px;
	padding-right: 4px;
}

.fakeh1, .fakeh1 a, .fakeh1 a:hover {
	padding-left: 2px;
}

.fakeh1, .fakeh1 a, .fakeh1 a:hover, h1, a:hover, a:focus, input.text#edit-page-title {
	color: #4FC1FF;
}

h1 {
	font-size: 220%;
} /* the color code is in fakeh1 */

h2 {
	font-size: 190%;
}

h2, .referto:before {
	color: #3AB0F5;
} /* the rest of referto's code is down after the link data */

h3 {
	color: #34A2E3;
	font-size: 165%;
}

h4 {
	color: #2C90CB;
	font-size: 140%;
}

h4 span, h5 span {
	background-color: #114D70;
} /* the background for their header tier */

h5 {
	color: #2580B5;
	font-size: 122%;
}

h6 {
	color: #1E71A1;
	font-size: 110%;
}

h4, h5, h6 {
	text-decoration-color: #0F3448	!important;
}

hr {
	height: 2px;
}
 
#main-content {
    background-image:url(http://arkhea.wikidot.com/local--files/start/PlayStar.gif)	!important;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 40px top 200px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
	border-width: 4px;
    margin:0 2em 0 20em;
    padding-left:2em;
    padding-right:2em;
    padding-top:2em;
}

#main-content, input.text#edit-page-title, textarea#edit-page-textarea {
	background-color:#155B85;
} /* coordinates the colors with the editor window */

#main-content, input.text#edit-page-title, textarea#edit-page-textarea {
	border-color: #0F3448;
	border-style: solid;
} /* coordinates the borders with the editor window */

a { 
	color: #C4EEEF;
	text-decoration: none;
}

a:hover, a:focus { 
	background: transparent; 
	text-decoration: none;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
} /* color code is with header 1 and fake h1, border color with page title */

.referto {
	padding-left: 2em;
	font-style: italic;
}

.referto:before {
	content: "» Main page: ";
	font-weight: bold;
} /* the color is with h2 */

a.newpage {
	color: turquoise;
	background: midnightblue;
}

a.newpage:hover, a.newpage:focus {
	color: aquamarine;
	background: darkblue;
}

.page-tags span {
	border-top-width: 2px;
	border-top-style: solid;
} /* color in with page title */

.secret, .secret a, .secret a:hover {
	border-bottom: none;
	cursor: text;
} /* this hides the secret links */

.DIO {
	text-transform: full-width;
}

.standopower:before {
	content: "『";
}

.standopower:after {
	content: "』";
}

.goodgrief:before {
	content: "「";
}

.goodgrief:after {
	content: "」";
}

.repoman:before {
	content: "《";
}

.repoman:after {
	content: "》";
}

/* INFOBOXES & DEFAULT TABLE
------------------------------*/



.infobox-div {
	float:right; 
	margin:0 0 1em 2em; 
	margin-clear:right; 
	width:320px; 
	border:0;
} /* this is for the div */

.info-tl {
	cellspacing: 0; 
	border-spacing: 0; 
	border-collapse: collapse;
	margin: 0 0 0 0;
} /* this scrunches tables down */

.info-img, .info-img a, .info-img a:hover {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-bottom-style: none;
} /* this makes sure no link will underline ever in the image panel */

.info-th, .info-sh, .info-cen, .info-left, .info-cell {
	padding: 0 3px 2px 3px;
} /* this fixes the squish of the various cells */

.info-th, .info-sh, .info-cen {
	text-align: center;
} /* centers any table cell that needs centered */

.info-left {
	text-align: right;
	font-weight: bold;
	width: 110px;
} /* this aligns text and scrunches the left cells down to almost a third of the total box */

.infobox {
	width:301px	!important;
	margin-top: -2px;
	margin-bottom: -2px;
	border-collapse: collapse;
} /* this controls the actual infobox tables */

.infobox td {
	vertical-align: top;
} /* this makes everything align to the top unless I overwrite it directly on the wiki */

#toc, #toc .title, .infobox, .info-th {
	border: 2px solid aqua;
} /* the thick border for the tables and main headers */

.info-sh, .info-cen, .info-left, .info-cell {
	border: 1px solid;
} /* the thin border for the sub headers and main cells */

#toc, .infobox {
	background-color: blue;
} /* the sync between the TOC and infobox colors */

#toc .title, .info-th {
	background-color: black;
	font-weight: bold;
	font-size: 110%;
} /* this is for the headers to get some color variety */

#toc-action-bar, .info-img, .info-sh {
	background-color: midnightblue;
} /* this is for the subheaders colors */

/* .info-cell {
	
} this is for basically every cell besides the ones already defined above */

/* #toc {
	
} this is for whem I'm starting on things, this is where everything but the colors should go! */

#toc .title {
	margin-left: -4px;
	margin-right: -4px;
} /* this makes the TOC title flush at the sides */

/* FONTS 
------------------------------*/

#page-title, h1, h2, h3, h4, h5, h6, #top-bar li, .fakeh1, .fakeh1 a, .fakeh1 a:hover, input.text#edit-page-title, #footer-bar h2 {
	font-family: 'Atlantis Tides', MuseoModerno, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Geneva, 'DejaVu Sans', Tahoma, sans-serif;
} /* The sections that call up the Alltides glyphs */
	
#footer-bar a, #footer-bar a:hover, #footer-bar a:focus, #top-bar li ul li a {
	font-family: Verdana, Geneva, 'DejaVu Sans', Tahoma, sans-serif;
} /* override the Alltides glyphs back to normal */

/* @font-face {
  font-family: 'Atlantis Tides';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://arkhea.wikidot.com/local--files/start/AtlantisMer.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} This should let me use my merfolk script as a font on the Arkhea wiki */

/*




this is a spacer, below is all the code for google





*/

/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DieQQjNKl.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DieUQjNKl.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v7/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DiesQjA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}