@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url(./variable.css);

* {
    font-family: 'Noto Sans JP';
    color: var(--font-main);
}

.fn-10-500 {
    font-size: 10px;
    font-weight: 500;
}

.fn-12-500 {
    font-size: 12px;
    font-weight: 500;
}

h1 {
    font-size: 16px;
    font-weight: 500;
}

label {
    font-size: 16px;
    font-weight: 500;
}