.post h2 { 
  font-family: 'RailwayN12Semibold'; 
  font-weight: normal; 
  font-style: normal; 
  font-size: 40px;
  line-height: 48px;
  color: rgb(0,25,168);
}

.post h3 { 
  font-family: 'RailwayN12Semibold'; 
  font-weight: normal; 
  font-style: normal; 
  font-size: 24px;
  line-height: 28px;
  color: rgb(0,25,168);
}

.post p, .post ul, .post ol { 
  font-family: 'RailwayBook'; 
  font-weight: normal; 
  font-style: normal; 
  font-size: 18px;
  line-height: 24px;
  color: rgb(65,75,86);
}

.post pre {
  border-color: rgb(0,25,168) !important;
  background: rgb(147,206,186) !important;
  color: rgb(65,75,86) !important;
}

.post a {
  color: rgb(0,152,216) !important;
}

.post a:hover {
  color: rgb(220,36,31) !important;
}
