@charset "utf-8";
:root {
    --font1:Cairo-Bold;
    --font2:Cairo-SemiBold;
    --font3:Cairo-SemiBold;
    --font4:Cairo-Regular;
}

body {
    font-family: var(--font4);
}

/*字体引入*/
@font-face {
    font-family: NotoSansJP-Bold;
    src: url("../webfonts/NotoSansJP-Bold.ttf");
}

@font-face {
    font-family: Manrope-SemiBold;
    src: url("../webfonts/Manrope-SemiBold.ttf");
}

@font-face {
    font-family: Manrope-Medium;
    src: url("../webfonts/Manrope-Medium.ttf");
}

@font-face {
    font-family: Manrope-Regular;
    src: url("../webfonts/Manrope-Regular.ttf");
}
