/*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: #4494D1;
    --brand-primarytext: #fff;

    --brand-secondary: #B8D8EA;
    --brand-secondarytext: #fff;

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


.sitelogo{
    height: 160px;
}