Typographic Design
  
  
    The following are the official recipes for each piece of our typography. They will cover all common use cases. Only in edge cases, you'd want to break away and create your own recipes.
  
  
    Headlines
  
    
    
            
            
      
      
              
  This Is the XXXLarge Headline
  This Is the XXLarge Headline
  This Is the XLarge Headline
  This Is the Large Headline
  This Is the Small Headline
  This Is the XSmall Headline
      
      
    
    
       
    
   
  
    <bolt-text headline font-size="xxxlarge">
  This Is the XXXLarge Headline
</bolt-text>
<bolt-text headline font-size="xxlarge">
  This Is the XXLarge Headline
</bolt-text>
<bolt-text headline font-size="xlarge">
  This Is the XLarge Headline
</bolt-text>
<bolt-text headline font-size="large">
  This Is the Large Headline
</bolt-text>
<bolt-text headline font-size="small">
  This Is the Small Headline
</bolt-text>
<bolt-text headline font-size="xsmall" text-transform="uppercase" letter-spacing="wide">
  This Is the XSmall Headline
</bolt-text>
  
  
    Subheadlines
  
    
    
            
            
      
      
              
  This Is the XXLarge Subheadline
  This Is the XLarge Subheadline
  This Is the Large Subheadline
      
      
    
    
       
    
   
  
    <bolt-text subheadline font-size="xxlarge">
  This Is the XXLarge Subheadline
</bolt-text>
<bolt-text subheadline font-size="xlarge">
  This Is the XLarge Subheadline
</bolt-text>
<bolt-text subheadline font-size="large">
  This Is the Large Subheadline
</bolt-text>
  
  
    Eyebrow
  
    
  
    <bolt-text eyebrow>
  This Is the Eyebrow
</bolt-text>
  
  
    Teaser
  
  
    Teaser is a combination of text with clear information architecture. It is commonly used as a quick summary that draws the reader to a longer piece of content.
  
    
    
            
            
      
      
              
  This is an eyebrow
  This is a headline
  This is a subheadline
  This is regular text, and some lorem ipsum. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante.
      
      
    
    
       
    
   
  
    <bolt-text eyebrow>
  This is an eyebrow
</bolt-text>
<bolt-text headline font-size="xxxlarge">
  This is a headline
</bolt-text>
<bolt-text subheadline font-size="xxlarge">
  This is a subheadline
</bolt-text>
<bolt-text>
  This is regular text, and some lorem ipsum. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante.
</bolt-text>