<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html{
	font-size:62.5%;
}
body.admin {
	font-size:100%;
}
.font-700 {
    font-weight: 700;
}

.font-500 {
    font-weight: 500;
}

.font-size-17rem {
    font-size: 1.7rem;
}
.line-height {
    line-height: 200%;
}</pre></body></html>