import styled from '@emotion/styled'; export const TitleStyled = styled.h1` font-size: 28px; color: var(--tg-theme-text-color); `;