@font-face {
    src: url(./NotoSansJP-Bold.otf);
    font-family: "NotoSansJP";
    font-weight: bold;
}

@font-face {
    src: url(./NotoSansJP-Regular.otf);
    font-family: "NotoSansJP";
    font-weight: 500;
}

@font-face {
    src: url(./Museo700.otf);
    font-family: "museo";
    font-weight: bold;
}

@font-face {
    src: url(./Museo500.otf);
    font-family: "museo";
    font-weight: 500;
}

@font-face {
    src: url(./Museo300.otf);
    font-family: "museo";
    font-weight: 300;
}