{% if not font_styles %}
{% set url = 'https://' ~ brand ~ '.larva.pmcdev.io/project/__tests__/style-guide' %}

This brand does not have typography tokens yet.

Visit this documentation to learn how to set them up in Larva, and in the mean time, the brand's typography styles may be available at the legacy URL:

{{url}}

{% endif %} {% for key, sizes in font_styles %}

{{ key }}

{% for class in sizes %}
.{{class}}

Each of us knows a little, together we know a lot.

{% endfor %}
{% endfor %}