/*Typography */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* Brand */
:root {
    --brand-primary: #65257C;
    --brand-primarytext: #fff;

    --brand-secondary: #9E9E9D;
    --brand-secondarytext: #fff;

    --brand-third: #463940;
    --brand-thirdtext: #fff;
    
    --neutral: #eee;
}


.sitelogo{
    height: 160px;
}

footer{
    background-color: var(--brand-secondary)!important;
}

.invertedlogo{
    filter: invert(50) brightness(100);
}