@import url(../../../stylesheets/application.css);
@import url(./theme.css);

/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

/* font-family */

body {
  color: #222;
  font-size: 13px;
  line-height: 1.5
}

html[lang=ja] body {
  font-family: "BIZ UDPGothic", Meiryo, Hiragino Kaku Gothic Pro, Hiragino Sans, MS PGothic, Verdana, system-ui, sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BIZ UDPGothic", "Trebuchet MS", Verdana, sans-serif;
}


h2 {
  font-size: 18px;
  font-weight: 700;
}


#header {
  background: #074092;
}

#header h1 {
  font-size: 1.02rem;
}

#wrapper input[type=text], .modal input[type=text] {
  font-family: "Azeret Mono", "BIZ UDPGothic", Osaka-Mono, MS Gothic, sans-serif;
}

#wrapper textarea.wiki-edit, .modal textarea.wiki-edit {
  font-family: "Azeret Mono", "BIZ UDPGothic", Osaka-Mono, MS Gothic, sans-serif;
}

#header h1 .breadcrumbs {
  font-size: 0.8rem;
}

#projects-index ul.projects div.root a.project {
  font-family: "BIZ UDPGothic", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
}


.wiki h1, .wiki h2, .wiki h3, .wiki h4 {
  font-weight: bold; }

.wiki h1 {
  font-size: 1.6em;
}

.wiki h2 {
  font-size: 1.4em;
}

.wiki h3 {
  font-size: 1.2em;
}

div.issue {
  background: #eee;
  /* background: #fff9c4; */
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 3px;
  border: none;
}

.context-menu-selection {
    background-color: #507AAA !important;
    color: #f8f8f8 !important;
}
