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

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

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