@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

@font-face {
    font-family: 'HiraginoKaku';
    src: url('./assets/fonts/Hiragino-Kaku-Gothic-Pro-W3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HiraginoKaku', sans-serif;
}

body {
    font-family: 'Stack Sans Text', sans-serif;
    background-color: var(--color-background);
}