@charset "UTF-8";
:root {
  --theme-bg-color1: #bbc2cf;
  --theme-txt-color1: #333333;
  --theme-txt-color1-invert: #cccccc;
  --theme-bg-color2: #162F83;
  --theme-txt-color2: #ffffff;
  --theme-bg-color3: #ffffff;
  --theme-txt-color3: #333333;
  --theme-border-color: #e3eaeb;
  --menu-link-color-home: var(--theme-txt-color1);
  --block-latest-archive-date-txt-color: var(--theme-txt-color1);
}

:root {
  --global-font-family: 'Jost', '游ゴシック体', YuGothic, '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.date-app .week {
  color: var(--theme-txt-color1);
}

article.post-archive-item .duration {
  color: var(--theme-txt-color1);
}

/*# sourceMappingURL=theme.css.map */