:root{--black:#000;--grey:#a0a0a0;--white:#fff;--berry-liptstick:#cc3363;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--max-width:1000px;--primary-colour:var(--berry-liptstick);--body-background-colour:var(--white);--body-text-colour:var(--black);--body-font-family:var(--font-family);--logo-background-colour:var(--primary-colour);--logo-text-colour:var(--white);--copy-link-colour:var(--primary-colour);--plushie-card-link-text-colour:var(--black);--plushie-card-link-text-hover-colour:var(--primary-colour);--footer-background-colour:var(--grey);--footer-text-colour:var(--black)}:root *{box-sizing:border-box;margin:0;padding:0}:root html{font-size:16px}:root body{background-color:var(--body-background-colour);color:var(--body-text-colour);font-family:var(--body-font-family)}:root .max-width{max-width:var(--max-width);margin:auto;padding:20px}:root .logo{background-color:var(--logo-background-colour);color:var(--logo-text-colour);text-align:center;padding:5px 20px;font-size:1.8rem;font-weight:700}:root img{max-width:100%}:root h1{margin-bottom:1rem}:root .copy h2,:root .copy h3,:root .copy h4,:root .copy h5,:root .copy h6,:root .copy p{margin-bottom:.5rem}:root .copy p{line-height:1.5rem}:root .copy a{color:var(--copy-link-colour)}:root .copy a:hover{text-decoration:none}:root .plushie-cards-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center;gap:30px;display:grid}:root .plushie-card{text-align:center;color:var(--plushie-card-link-text-colour)}:root .plushie-card:hover{color:var(--plushie-card-link-text-hover-colour)}:root footer{color:var(--footer-text-colour)}
