.custom-block .custom-block-title {
  font-weight: 600;
  margin-bottom: -0.4rem; }

.custom-block.tip, .custom-block.attention, .custom-block.danger {
  padding: .1rem 1.5rem;
  border-left-width: .5rem;
  border-left-style: solid;
  margin: 1rem 0; }

.custom-block.tip {
  background-color: #f3f5f7;
  border-color: #42b983; }

.custom-block.attention {
  background-color: rgba(255, 229, 100, 0.3);
  border-color: #b19300;
  color: black; }
  .custom-block.attention.custom-block-title {
    color: #645300; }

.custom-block a {
  color: #2c3e50; }

.custom-block.danger {
  background-color: #ffe6e6;
  border-color: #990000;
  color: black; }

.custom-block .custom-block-title {
  color: #330000; }

.custom-block a {
  color: #2c3e50; }

html,
body {
  padding: 0;
  margin: 0;
  background-color: #fff; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #2c3e50; }

a {
  font-weight: 500;
  color: #3eaf7c;
  text-decoration: none; }

