<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('../localWebfonts/notosans.css');
@import url("../localWebfonts/roboto.css");

body{
    font-family: 'Noto Sans JP', sans-serif;
}
</pre></body></html>