@charset "utf-8";

@font-face {
    font-family: 'web-font';
    src: url('../font/Windows-TV-PMaruGothic-02.ttf') format("truetype");
}

body {
    font-family: "web-font";
}

.web-font {
    font-family: "web-font";
}

.color {
    color: rgb(100, 100, 255) !important;
}

.bg {
    background-color: rgb(100, 100, 255) !important;
}

.kiwi {
    font-family: 'Kiwi Maru', serif;
}