@import url(../fonts/NotoSansJP/NotoSansJP-VariableFont_wght.ttf);

:root {
    --color-basic: #921639;
    --color-assorted: #ffffff;
    /* --color-accent: ; */

    --wp--style--global--content-size: 1280px;
    --wp--style--global--wide-size: 1440px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header,
footer {
    background-color: var(--color-basic);
    color: var(--color-assorted);
}

header .wp-block-site-title a.sample,
footer .wp-block-site-title a.sample {
    text-decoration:none;
    font-weight:700;
}

main {
    background: url("/wp-content/themes/attorneysacademy/assets/images/marble.jpg") repeat;
}

footer .copy {
    width: 100%;
    text-align: center;
}