"use strict";const e=require("styled-components").styled.span`
margin-top: 4px;
color: var(--privy-color-foreground);
text-align: center;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.375rem; /* 157.143% */
&& a {
color: var(--privy-color-accent);
}
`;exports.Subtitle=e;