/*
Theme Name: Asiance
Theme URI:
Author:
Description:
Version: 0.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: asiance
*/

body {
    word-break: keep-all;
}

.ja, .ja * {
    word-break: normal !important;
    font-family: 'Futura Std', 'Noto Sans JP', sans-serif !important;
}

.ja header nav > ul li, .ja header nav > ul a {
    font-family: 'Futura Std Book', 'Noto Sans JP', sans-serif !important;
}

.ie .reflection {
    display: none;
}

.ie .projects-wrapper {
    justify-content: center !important;
}

.ie .projects-wrapper article {
    margin: 0 40px;
}

.ie .projects-wrapper article:hover {
    transform: none !important;
}

.ie .projects-wrapper article:hover .visual {
    transform: none !important;
}

.ie .projects-wrapper article:hover .visual a {
    transform: none !important;
}

.ie .projects-wrapper article .content p {
    max-width: 250px;
}