<h2>Base Fonts and Styles</h2>
<p>The main font-family that we use is <code>"Proxima-Nova", sans-serif</code>.</p>
<p>The base font size is: <code>16 pixels</code>. The font size is responsive using <code>rem</code>.</p>
<p>The default font color hex value is <code>#212529</code>. This value produces a very dark grey.</p>
<h2>Base Fonts and Styles</h2>
<p>The main font-family that we use is <code>"Proxima-Nova", sans-serif</code>.</p>
<p>The base font size is: <code>16 pixels</code>. The font size is responsive using <code>rem</code>.</p>
<p>The default font color hex value is <code>#212529</code>. This value produces a very dark grey.</p>
/* No context defined. */
code {
padding: 2px 6px;
background: #f4f4f4;
border-radius: 4px;
font-size: 1rem;
color: #9B1252;
}
Display the main font-family, font-size and color.