import styled from '@emotion/styled';
export const PageTitle = styled.h1 `
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
`;
//# sourceMappingURL=PageTitle.jsx.map