.button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;outline:rgba(0,0,0,0);border:0;text-decoration:none;font-family:var(--brandon);font-size:12px;color:#221f1f;font-weight:700;letter-spacing:1px;background:#f6f2ef;padding:10px;transition:background-color .3s ease}.button:hover{background:rgb(236.82,228.74,222.68)}.button--rounded-sm{border-radius:3px}.button--rounded-md{border-radius:5px}.button--rounded-lg{border-radius:8px}.button--outline-apricot{color:#f09184;border:1px solid #f09184;border-radius:0;background:rgba(0,0,0,0)}.button--outline-apricot:hover{background-color:#fee9e6;color:#bb6d64;border-color:#bb6d64}.button--outline-dark{color:#221f1f;border:1px solid #221f1f;background:rgba(0,0,0,0)}.button--outline-dark:hover{background:rgba(34,31,31,.05)}.button--md{padding:5px 10px;font-size:14px}.button--lg{font-size:14px;padding:0 25px;height:50px;border-width:2px}.uppercase{text-transform:uppercase}