.row__information-board {
display: none;
}

body:not(.system-font) {
  font-family: "Hiragino Sans", "Yu Gothic", "Tahoma", sans-serif;
}

.theme-macaron .button, .theme-macaron .simple_form .block-button, .theme-macaron .simple_form .button, .theme-macaron .simple_form button {
background: #75d985;
}

.theme-macaron .button:hover, .theme-macaron .simple_form .block-button:active, .theme-macaron .simple_form .block-button:focus, .theme-macaron .simple_form .block-button:hover, .theme-macaron .simple_form .button:active, .theme-macaron .simple_form .button:focus, .theme-macaron .simple_form .button:hover, .theme-macaron .simple_form button:active, .theme-macaron .simple_form button:focus, .theme-macaron .simple_form button:hover {
background: #569c61;
}

body.theme-macaron .about__header__hero {
background: lavender !important;
}

body.theme-macaron .column-header button:not(.column-header__back-button)::after, body.theme-macaron .about__header__hero::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/text.jpg');
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: soft-light;
    z-index: 1;
    background-size: cover;
    pointer-events: none;
}

.theme-macaron .column-header {
    border: 0;
}

.theme-fairy-floss .admin-wrapper .sidebar {
background: transparent;
}

.theme-fairy-floss .admin-wrapper .sidebar ul a.selected {
background: rgba(0,0,0,0.1);
}

.theme-fairy-floss .admin-wrapper .sidebar ul a {
background: #5f5676;
}

