@import url('css/design-tokens.css');
@import url('css/components.css');
@import url('css/prompt-builder.css');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;overflow:hidden}
body{font-family:var(--ef-font);font-size:var(--ef-text-14);color:var(--ef-text);background:var(--ef-bg)}
a{color:var(--ef-color-primary);text-decoration:none}
a:hover{text-decoration:underline}
input:focus,select:focus,textarea:focus{outline:2px solid var(--ef-color-focus);outline-offset:-1px}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}
