:root{--bg_h:#f9f5d7;--bg:#fbf1c7;--bg_s:#f2e5bc;--bg1:#ebdbb2;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#282828;--fg1:#3c3836;--fg2:#504945;--fg3:#665c54;--fg4:#7c6f64;--red:#9d0006;--green:#79740e;--yellow:#b57614;--blue:#076678;--purple:#8f3f71;--aqua:#427b58;--orange:#af3a03;--gray:#928374;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458598;--purple-dim:#b16286;--aqua-dim:#689d6a;--orange-dim:#d65d0e;--gray-dim:#7c6f64}.darkmode{--bg_h:#1d2021;--bg:#282828;--bg_s:#32302f;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#fbf1c7;--fg1:#ebdbb2;--fg2:#d5c4a1;--fg3:#bdae93;--fg4:#a89984;--red:#fb4934;--green:#b8bb26;--yellow:#fabd2f;--blue:#83a598;--purple:#d3869b;--aqua:#8ec07c;--gray:#928374;--orange:#fe8019;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458588;--purple-dim:#b16286;--aqua-dim:#689d6a;--gray-dim:#a89984;--orange-dim:#d65d0e}.alert{padding:1rem;margin:1.5rem 0;border-left:4px solid;border-radius:4px;background-color:var(--bg1)}.alert .alert-title{display:block;margin-bottom:.5rem;color:var(--fg)}.alert .alert-content p:first-child{margin-top:0}.alert .alert-content p:last-child{margin-bottom:0}.alert.alert-warning{border-color:var(--yellow);background-color:var(--bg1)}.alert.alert-warning .alert-title{color:var(--yellow)}.alert.alert-primary,.alert.alert-info{border-color:var(--blue);background-color:var(--bg1)}.alert.alert-primary .alert-title,.alert.alert-info .alert-title{color:var(--blue)}.alert.alert-success{border-color:var(--green);background-color:var(--bg1)}.alert.alert-success .alert-title{color:var(--green)}.alert.alert-note{border-color:var(--aqua);background-color:var(--bg1)}.alert.alert-note .alert-title{color:var(--aqua)}.alert.alert-secondary{border-color:var(--gray);background-color:var(--bg1)}.alert.alert-secondary .alert-title{color:var(--gray)}.alert.alert-danger,.alert.alert-error{border-color:var(--red);background-color:var(--bg1)}.alert.alert-danger .alert-title,.alert.alert-error .alert-title{color:var(--red)}.darkmode .alert{background-color:var(--bg_s)}.darkmode .alert.alert-warning .alert-title{color:var(--yellow-dim)}.darkmode .alert.alert-primary .alert-title,.darkmode .alert.alert-info .alert-title{color:var(--blue-dim)}.darkmode .alert.alert-success .alert-title{color:var(--green-dim)}.darkmode .alert.alert-note .alert-title{color:var(--aqua-dim)}.darkmode .alert.alert-danger .alert-title,.darkmode .alert.alert-error .alert-title{color:var(--red-dim)}