/* Doosay Consult Board Skin */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

:root {
    --color-accent: #FFD700;
    --color-black: #111111;
}

* { box-sizing: border-box; }

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

a {
    text-decoration: none;
    color: inherit;
}
