@font-face {
    font-family: 'SageHeadlineBlack';
    src: url('/assets/fonts/Sage_Headline-Black.woff');
}

@font-face {
    font-family: 'SageTextMedium';
    src: url('/assets/fonts/Sage_Text-Medium.woff');
}

@font-face {
    font-family: 'SageTextRegular';
    src: url('/assets/fonts/Sage_Text-Regular.woff');
}

h1, .title {
    color: rgba(0, 0, 0, 0.90);
    font-family: SageHeadlineBlack, 'Lato', 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

h2 {
    color: rgba(0, 0, 0, 0.90);
    font-family: SageTextMedium, 'Lato', 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

h3 {
    color: rgba(0, 0, 0, 0.90);
    font-family: SageTextMedium, 'Lato', 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.subtitle {
    font-size: 16px;
}

a, a:visited {
  color: #0073C2;
  font-weight: 400;
}

a:hover {
    color: #005C9A;
}

hr {
    border-color: #dadada;
}