@font-face {
    font-family: 'D2Coding';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color:#2980b9;
}
/*
html > body, html > body .toast-editor-contents ,html > body .toastui-editor-contents { font-family: "D2Coding", sans-serif}

.button {box-sizing:border-box; margin-left:4px; min-width:72px; height:36px; line-height:36px; border:1px solid #d5d5d5; border-radius:5px; font-size:14px; color:#333; background-color:#fff; text-align:center;}
.button.left {float:left; margin-left:0px; margin-right:4px; }
.button.icon_only {min-width:36px; width:36px}
.button > i {margin-right:2px}
.success {background-color:#27ae60 !important; color:#fff !important}
.button:hover {background-color:var(--primary-color); color:#fff}
.button.danger:hover {background-color:var(--primary-color); color:#fff}

*/