@font-face {
    font-family: "BIZUDPGothic";
    src: url("./font/BIZUDPGothic-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BIZUDPGothic";
    src: url("./font/BIZUDPGothic-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

*{
    font-family: "BIZUDPGothic", sans-serif;
}
button{
    background-color: #fff;
    border: solid 2px #000;
}