:root{--bg:#fff;--bg-minor-shade:#f7f7f7;--bg-major-shade:#ededed;--bg-half-shade:gray;--color-btn-bg:#76bc21;--color-btn-bg-minor-shade:#85d325;--color-btn-bg-major-shade:#93dc39;--color-btn-bg-half-shade:#bbe983;--color-accent-text:#76bc21;--color-accent-text-minor-shade:#85d325;--color-accent-text-major-shade:#93dc39;--color-accent-text-half-shade:#bbe983;--color-text-dark:#333;--color-text-dark-minor-shade:#474747;--color-text-dark-major-shade:#5c5c5c;--color-text-dark-half-shade:#999;--color-text-light:#fff;--color-text-light-minor-shade:#f7f7f7;--color-text-light-major-shade:#ededed;--color-text-light-half-shade:gray;--color-notice-warning:#fff3cd;--color-notice-success:#d4edda;--color-notice-error:#f8d7da;--color-notice-info:#cce5ff;--font-family:"PT Root UI", "Segoe UI", Arial, sans-serif;--font-family-heading:"PT Root UI", "Segoe UI", Arial, sans-serif;--font-size:16px;--heading-ratio:1.5;--heading-weight:600;--controls-btn-border-radius:0px;--layout-content-max-width:1440px;--collection-count:12;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--color-text-dark);background:var(--bg);font-family:var(--font-family);font-size:var(--font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:100%;max-width:var(--layout-content-max-width);padding:0 var(--space-sm);margin:0 auto}
