/*
Theme Name: RIDEONTHEWEB_XWRITE
Author: K.shinohara
*/
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@500;700&family=Zen+Old+Mincho&display=swap');
@import url("./assets/css/tailwind.css");
@import url("./assets/css/root.css");

.zen-maru-gothic-medium,.zen-maru5 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold,.zen-maru7 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zen-old-mincho-regular,.zen-old {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.courgette-regular,.courgette {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-regular,.zen-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal; 
}