Typography

No notes defined.

<div class="">
    <h1 class="">Typography</h1>
</div>

<h2>Typeface</h2>
<p>One main typeface is used for the web, with a sparingly used secondary typeface:</p>
<ul>
    <li><span class="font-primary">Atkinson Hyperlegible - Primary typeface</span>: is the default for body copy and headings</li>
    <li><span class="font-secondary">Merriweather - Secondary typeface</span>: only for quotes and some 'decorative' copy. Usually in 300 weight.</li>
</ul>

<h2>Heading Levels</h2>

<p>Use semantic heading level elements (<code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code>) for content, do <strong>not</strong> use these elements for their visual appearance.</p>
<p>To make a non-heading element appear in a heading style (including font-family), a class of <code>h1</code>-<code>h6</code> can be applied. eg. <code>&lt;div class="h3"&gt;</code></p>
<p>Semantic heading elements can be sized by applying these classes, eg. <code>&lt;h2 class="h1"&gt;</code>.</p>
<p>Headings are assigned <strong>two</strong> Typescale sizes in <code>__vars/_typography.scss</code>, one for smallscreen, and one for larger screens.</p>

<ul class="list--unbulleted">
    <li>
        <div class="h1">h1 Default: 4xl / 8xl</div>
    </li>
    <li>
        <div class="h2">h2 Default: 3xl / 6xl</div>
    </li>
    <li>
        <div class="h3">h3 Default: 2xl / 4xl</div>
    </li>
    <li>
        <div class="h4">h4 Default: xl / 2xl</div>
    </li>
    <li>
        <div class="h5">h5 Default: lg / xl</div>
    </li>
    <li>
        <div class="h6">h6 Default: md / lg</div>
    </li>
</ul>

<h1>Reach out, raise hope, change society.</h1>
<h2>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h2>
<h3>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h3>
<h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h4>
<h5>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h5>
<h6>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h6>

<hr />

<h2>Typescale</h2>

<p>The following sizes are defined in <code>__vars/_typography.scss</code> to set a typescale.</p>
<p>This will <strong>only</strong> change the <strong>font-size</strong>, and will change it at <strong>all breakpoints</strong>.</p>
<div class="">
    <p class=""><strong>VERY IMPORTANT:</strong> Sizes above 3xl should not be used as utility classes in HTML, only use these in Sass at larger screen widths, they are too big for mobile! (Example below)</p>
</div>

<ul class="list--unbulleted">
    <li class="font-9xl">9xl: The biggest font-size <span class="font-caption">3 (rem)</span></li>
    <li class="font-8xl">8xl: The second biggest font-size <span class="font-caption">2.85 (rem)</span></li>
    <li class="font-7xl">7xl: The third biggest font-size <span class="font-caption">2.5 (rem)</span></li>
    <li class="font-6xl">6xl: The fourth biggest font-size <span class="font-caption">2.25 (rem)</span></li>
    <li class="font-5xl">5xl: The fifth biggest size <span class="font-caption">2 (rem)</span></li>
    <li class="font-4xl">4xl: The quick brown fox jumps over the lazy dog <span class="font-caption">1.8 (rem)</span></li>
    <li class="font-3xl">3xl: The quick brown fox jumps over the lazy dog <span class="font-caption">1.6 (rem)</span></li>
    <li class="font-2xl">2xl: The quick brown fox jumps over the lazy dog <span class="font-caption">1.4 (rem)</span></li>
    <li class="font-xl">xl: The quick brown fox jumps over the lazy dog <span class="font-caption">1.25 (rem)</span></li>
    <li class="font-lg">lg: The quick brown fox jumps over the lazy dog <span class="font-caption">1.125 (rem)</span></li>
    <li class="font-md">md: The quick brown fox jumps over the lazy dog <span class="font-caption">1 (rem)</span></li>
    <li class="font-sm">sm: The quick brown fox jumps over the lazy dog <span class="font-caption">0.9 (rem)</span></li>
    <li class="font-xs">xs: The quick brown fox jumps over the lazy dog <span class="font-caption">0.8 (rem)</span></li>
    <li class="font-2xs">2xs: The quick brown fox jumps over the lazy dog <span class="font-caption">0.75 (rem)</span></li>
    <li class="font-3xs">3xs: The quick brown fox jumps over the lazy dog <span class="font-caption">0.7 (rem)</span></li>
    <li class="font-4xs">4xs: The quick brown fox jumps over the lazy dog <span class="font-caption">0.65 (rem)</span></li>
</ul>

<p>They can be used using a class of <code>font-<em>[sizename]</em></code>, eg. <code>font-sm</code><br />
    or in Sass using <code>@include typescale('<em>[sizename]</em>');</code>, eg. <code>@include typescale('4xl');</code></p>

<p>As mentioned, headings have two set sizes to utilise 4xl+ at larger screen widths, in <code>__vars/typography</code> you'll see a <code>$headings-smallscreen-map</code>, a <code>$headings-map</code> (for large screens), and something like:</p>

<pre>@mixin h3 {
  @include line-height('headings');
  @include typescale(map-get($headings-smallscreen-map, 'h3'));
  font-weight: 500;

  @media (min-width: $breakpoint-largescreen-typography) and (min-height: $breakpoint-largescreen-typography-height) {
    @include typescale(map-get($headings-map, 'h3'));
  }
}</pre>

<p>If for example you wanted to create a ludicrously large text element utilising 5xl at desktop, you should do this in Sass, not using HTML classes. Consider something like:</p>

<pre>.ludicrously-large-text-element {
  @include typescale('3xl');

  @media (min-width: $breakpoint-largescreen-typography) {
    @include typescale('5xl');
  }
}</pre>

<hr />

<p class="intro">Language is continuously evolving and adapts to societal norms. Changing language can bring awareness to underlying societal issues like biases and discrimination. We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>

<h2>A Collective of Researchers, Teachers and Practitioners</h2>
<p><strong>Language is continuously evolving and adapts to societal norms. Changing language can bring awareness to underlying societal issues like biases and discrimination. This is an emboldened paragraph.</strong></p>
<p>As the leading U.S. school of social work, we are uniquely positioned, and obligated by our social work values, to lead the way in responding to these challenges. Michigan will supply the thought leadership to transform our field in the future. We need to consider how social work will play a role in shaping society’s future, and how do we advocate for sustainable social work careers?</p>
<p>This <a href="">link goes somewhere</a>, but this sentence doesn't, it only exists to show how a link works. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
    how typography appears on the page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p><a class="button" href="">Find out how links are made into buttons</a></p>

<h2>Header Level 2</h2>
<p>Language is continuously evolving and adapts to societal norms. Changing language can bring awareness to underlying societal issues like biases and discrimination.</p>
<p>As the leading U.S. school of social work, we are uniquely positioned, and obligated by our social work values, to lead the way in responding to these challenges. Michigan will supply the thought leadership to transform our field in the future. We need to consider how social work will play a role in shaping society’s future, and how do we advocate for sustainable social work careers?</p>

<h3>Header Level 3</h3>
<p><strong>The Resources of U-M, A Top Academic and Research Institution</strong></p>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>
<p>These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
    how typography appears on the page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

<h4>Header Level 4</h4>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all. These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
    how typography appears on the page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

<h5>Header Level 5</h5>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all. These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
    how typography appears on the page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

<h6>Header Level 6</h6>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>
<p>These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page. <strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4
        weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em> how typography appears on the page.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

<h2>Blockquote</h2>
<blockquote>
    <q>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</q>
    <footer>
        <cite>Master Quotation Writer, Head of Placeholder Typography</cite>
    </footer>
</blockquote>

<h2>Lists</h2>
<h3>Unordered</h3>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>
<ul>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
    <li>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
    </li>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>Double digit</li>
    <li>Double digits</li>
    <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
    <li>Double digits with a bit more copy</li>
</ul>

<ul>
    <li>
        Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

        <ul>
            <li>Double digit</li>
            <li>Double digits</li>
            <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
            <li>
                Double digits with a bit more copy

                <ul>
                    <li>Double digit</li>
                    <li>Double digits</li>
                    <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
                    <li>Double digits with a bit more copy</li>
                </ul>
            </li>
        </ul>
    </li>
    <li>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
    </li>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
</ul>

<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>

<h3>Ordered</h3>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>

<ol>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
    <li>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
    </li>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>
        ...
    </li>
    <li>Double digit</li>
    <li>Double digits</li>
    <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
    <li>Double digits with a bit more copy</li>
</ol>

<ol>
    <li>
        Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

        <ol>
            <li>Double digit</li>
            <li>Double digits</li>
            <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
            <li>
                Double digits with a bit more copy

                <ol>
                    <li>Double digit</li>
                    <li>Double digits</li>
                    <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry</li>
                    <li>Double digits with a bit more copy</li>
                </ol>
            </li>
        </ol>
    </li>
    <li>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
    </li>
    <li>
        <p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
    </li>
</ol>
<p>We explore the role of cultural competence in mental health care. Is Culture important? Does it influence mental health? This conversation dives into the importance of cultural competence in mental health care. We will delve into how understanding cultural diversity can improve the quality of mental health services and create a more inclusive and effective support system for all.</p>
<div class="">
  <h1 class="">Typography</h1>
</div>

<h2>Typeface</h2>
<p>One main typeface is used for the web, with a sparingly used secondary typeface:</p>
<ul>
  <li><span class="font-primary">Atkinson Hyperlegible - Primary typeface</span>: is the default for body copy and headings</li>
  <li><span class="font-secondary">Merriweather - Secondary typeface</span>: only for quotes and some 'decorative' copy. Usually in 300 weight.</li>
</ul>

{#<p>They can be used using a class of <code>font-primary</code> or <code>font-secondary</code><br/> or in Sass using <code>@include font-primary;</code> or <code>@include font-secondary;</code></p>#}

<h2>Heading Levels</h2>

<p>Use semantic heading level elements (<code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code>) for content, do <strong>not</strong> use these elements for their visual appearance.</p>
<p>To make a non-heading element appear in a heading style (including font-family), a class of <code>h1</code>-<code>h6</code> can be applied. eg. <code>&lt;div class="h3"&gt;</code></p>
<p>Semantic heading elements can be sized by applying these classes, eg. <code>&lt;h2 class="h1"&gt;</code>.</p>
<p>Headings are assigned <strong>two</strong> Typescale sizes in <code>__vars/_typography.scss</code>, one for smallscreen, and one for larger screens.</p>

<ul class="list--unbulleted">
  <li><div class="h1">h1 Default: 4xl / 8xl</div></li>
  <li><div class="h2">h2 Default: 3xl / 6xl</div></li>
  <li><div class="h3">h3 Default: 2xl / 4xl</div></li>
  <li><div class="h4">h4 Default: xl / 2xl</div></li>
  <li><div class="h5">h5 Default: lg / xl</div></li>
  <li><div class="h6">h6 Default: md / lg</div></li>
</ul>

<h1>Reach out, raise hope, change society.</h1>
<h2>{{ loremShort }}</h2>
<h3>{{ loremShort }}</h3>
<h4>{{ loremShort }}</h4>
<h5>{{ loremShort }}</h5>
<h6>{{ loremShort }}</h6>

<hr/>

<h2>Typescale</h2>

<p>The following sizes are defined in <code>__vars/_typography.scss</code> to set a typescale.</p>
<p>This will <strong>only</strong> change the <strong>font-size</strong>, and will change it at <strong>all breakpoints</strong>.</p>
<div class="">
  <p class=""><strong>VERY IMPORTANT:</strong> Sizes above 3xl should not be used as utility classes in HTML, only use these in Sass at larger screen widths, they are too big for mobile! (Example below)</p>
</div>

<ul class="list--unbulleted">
  <li class="font-9xl">9xl: The biggest font-size <span class="font-caption">3 (rem)</span></li>
  <li class="font-8xl">8xl: The second biggest font-size <span class="font-caption">2.85 (rem)</span></li>
  <li class="font-7xl">7xl: The third biggest font-size <span class="font-caption">2.5 (rem)</span></li>
  <li class="font-6xl">6xl: The fourth biggest font-size <span class="font-caption">2.25 (rem)</span></li>
  <li class="font-5xl">5xl: The fifth biggest size <span class="font-caption">2 (rem)</span></li>
  <li class="font-4xl">4xl: {{ pangram }} <span class="font-caption">1.8 (rem)</span></li>
  <li class="font-3xl">3xl: {{ pangram }} <span class="font-caption">1.6 (rem)</span></li>
  <li class="font-2xl">2xl: {{ pangram }} <span class="font-caption">1.4 (rem)</span></li>
  <li class="font-xl">xl: {{ pangram }} <span class="font-caption">1.25 (rem)</span></li>
  <li class="font-lg">lg: {{ pangram }} <span class="font-caption">1.125 (rem)</span></li>
  <li class="font-md">md: {{ pangram }} <span class="font-caption">1 (rem)</span></li>
  <li class="font-sm">sm: {{ pangram }} <span class="font-caption">0.9 (rem)</span></li>
  <li class="font-xs">xs: {{ pangram }} <span class="font-caption">0.8 (rem)</span></li>
  <li class="font-2xs">2xs: {{ pangram }} <span class="font-caption">0.75 (rem)</span></li>
  <li class="font-3xs">3xs: {{ pangram }} <span class="font-caption">0.7 (rem)</span></li>
  <li class="font-4xs">4xs: {{ pangram }} <span class="font-caption">0.65 (rem)</span></li>
</ul>

<p>They can be used using a class of <code>font-<em>[sizename]</em></code>, eg. <code>font-sm</code><br/>
  or in Sass using <code>@include typescale('<em>[sizename]</em>');</code>, eg. <code>@include typescale('4xl');</code></p>

<p>As mentioned, headings have two set sizes to utilise 4xl+ at larger screen widths, in <code>__vars/typography</code> you'll see a <code>$headings-smallscreen-map</code>, a <code>$headings-map</code> (for large screens), and something like:</p>

<pre>@mixin h3 {
  @include line-height('headings');
  @include typescale(map-get($headings-smallscreen-map, 'h3'));
  font-weight: 500;

  @media (min-width: $breakpoint-largescreen-typography) and (min-height: $breakpoint-largescreen-typography-height) {
    @include typescale(map-get($headings-map, 'h3'));
  }
}</pre>

<p>If for example you wanted to create a ludicrously large text element utilising 5xl at desktop, you should do this in Sass, not using HTML classes. Consider something like:</p>

<pre>.ludicrously-large-text-element {
  @include typescale('3xl');

  @media (min-width: $breakpoint-largescreen-typography) {
    @include typescale('5xl');
  }
}</pre>

<hr/>

<p class="intro">{{ placeholderPara1 }} {{ placeholderPara2 }}</p>
<p>{{ placeholderPara2 }}</p>

<h2>{{ placeholderTitle }}</h2>
<p><strong>{{ placeholderPara1 }} This is an emboldened paragraph.</strong></p>
<p>{{ placeholderPara3 }}</p>
<p>This <a href="">link goes somewhere</a>, but this sentence doesn't, it only exists to show how a link works. {{ loremShort }}.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
  how typography appears on the page. {{ loremLong }}</p>
<p><a class="button" href="">Find out how links are made into buttons</a></p>

<h2>Header Level 2</h2>
<p>{{ placeholderPara1 }}</p>
<p>{{ placeholderPara3 }}</p>

<h3>Header Level 3</h3>
<p><strong>{{ placeholderTitle2 }}</strong></p>
<p>{{ placeholderPara2 }}</p>
<p>These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
  how typography appears on the page. {{ loremLong }}</p>

<h4>Header Level 4</h4>
<p>{{ placeholderPara2 }} These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
  how typography appears on the page. {{ loremLong }}</p>

<h5>Header Level 5</h5>
<p>{{ placeholderPara2 }} These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page.</p>
<p><strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4 weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em>
  how typography appears on the page. {{ loremLong }}</p>

<h6>Header Level 6</h6>
<p>{{ placeholderPara2 }}</p>
<p>These <a href="">are hyperlinks in paragraphs</a> where they're needed the most, right in a demo page. <strong>£2600</strong> is an amount of money that I've wrapped some <code>&lt;strong&gt;</code> tags around, while <strong>4
    weeks</strong> – a length of time – also has had the same treatment for the purposes of just <em>testing</em> how typography appears on the page.</p>
<p>{{ loremLong }}</p>

<h2>Blockquote</h2>
<blockquote>
  <q>{{ placeholderPara2 }}</q>
  <footer>
    <cite>Master Quotation Writer, Head of Placeholder Typography</cite>
  </footer>
</blockquote>

<h2>Lists</h2>
<h3>Unordered</h3>
<p>{{ placeholderPara2 }}</p>
{% render '@list' %}
<p>{{ placeholderPara2 }}</p>


<h3>Ordered</h3>
<p>{{ placeholderPara2 }}</p>
{% render '@list--numbered' %}
<p>{{ placeholderPara2 }}</p>