@charset "UTF-8";
/*
Theme Name:@work note
Description:テーマの説明
Theme URI: テーマの URL
Author: Akira
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
body {
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
  color: #00a0e9;
}
a:hover {
  color: #c32020;
}

h2 {
  font-size: 24px;
}

code {
  font-family: "Roboto Mono", monospace !important;
  font-weight: 700 !important;
}

.headbox {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #999;
  padding-bottom: 0px;
}
.headbox .crumblist {
  font-size: 16px;
}
.headbox .site-title {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: -1px !important;
  margin-right: 30px;
}

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