/* CSS Document */
/* CSS Document */
.tippy-box[data-theme~='megumi'] {
  background: #eadec1;
  color: #000;
  font-size: 1.6rem;
  padding: 10px; }
  .tippy-box[data-theme~='megumi'] h2 {
    border-bottom: 1px dotted #000;
    font-size: 2rem; }

@media (min-width: 768px) {
  .tippy-box[data-theme~='megumi'] {
    font-size: 2rem;
    padding: 10px; }
    .tippy-box[data-theme~='megumi'] h2 {
      border-bottom: 1px dotted #000;
      font-size: 2.4rem; } }
.tippy-box[data-theme~='megumi'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #eadec1; }

.tippy-box[data-theme~='megumi'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #eadec1; }

.tippy-box[data-theme~='megumi'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #eadec1; }

.tippy-box[data-theme~='megumi'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #eadec1; }
