﻿/* To deal with AODA compliancy, as well as prefered formatting */

html {
    font-size: 1.063em;
    line-height: 1.25;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.25;
}

b, strong {
    font-weight: bold;
}

h1 {
    font-size: 2.813em;
    margin-top: 1.375em;
    font-kerning: normal;
    letter-spacing: 0em;
    color: #672C8B;
    font-weight: bolder;
}

h2 {
    font-size: 1.750em;
    margin-top: 1.375em;
    font-kerning: auto;
    letter-spacing: -0.01em;
    color: #672C8B;
}

h3 {
    font-size: 1.313em;
    margin-top: 1.063em;
    font-kerning: auto;
    letter-spacing: -0.01em;
    color: #672C8B;
}

p {
    margin-top: 0.594em;
    margin-bottom: 0.594em;
    font-kerning: auto;
    letter-spacing: -0.01em;
}