.custom-button{align-items:center;background-color:var(--buttonPrimary);color:var(--onButtonPrimary);cursor:pointer;display:inline-flex;justify-content:center}.custom-button:not(.-small){font-size:1.25rem;font-weight:500;line-height:1.5}@media screen and (min-width:64rem){.custom-button:not(.-small){font-size:1.5rem}}.custom-button:not(.-small){gap:8px;padding:9px 24px}.custom-button.-small{font-size:.875rem;font-weight:500;line-height:1.5}@media screen and (min-width:64rem){.custom-button.-small{font-size:1rem}}.custom-button.-small{gap:6px;padding:5px}.custom-button.-primary{background-color:var(--buttonPrimary);color:var(--onButtonPrimary)}.custom-button.-secondary{background-color:var(--buttonSecondary);color:var(--onButtonSecondary)}.custom-button .icon{height:1.5em;margin:-.25em;width:1.5em}@media screen and (min-width:64rem){.custom-button:hover,.custom-button:hover.-primary{background-color:var(--buttonPrimaryHover)}.custom-button:hover.-secondary{background-color:var(--buttonSecondaryHover)}}
