.swipe-hint {
    font-size: var(--font-size, 1rem);
}

.swipe-hint__icon {
    fill: var(--color, black);
}

.swipe-hint__text {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 0.875em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
