﻿/* variables matching theme in vue */
/* Make type rendering look crisper */
/* Disable auto-enlargement of small text in Safari */
/* Enable kerning and optional ligatures */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.rc-heading-1 {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: -2px;
  color: #333333;
}

.rc-heading-2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -1px;
  color: #333333;
}

.rc-heading-3 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #333333;
}

.rc-heading-4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2px;
  font-weight: bold;
  color: #333333;
}

.rc-heading-5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

.rc-title-1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #333333;
}

.rc-title-2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #333333;
}

.rc-title-3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}

.rc-link12 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #005670 !important;
}

.rc-link14 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  cursor: pointer;
  text-decoration: none;
  color: #005670 !important;
}

.rc-link16 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  cursor: pointer;
  text-decoration: none;
  color: #005670 !important;
}

.rc-caption10 {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #333333;
}

.rc-caption12 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #333333;
}

.rc-body12 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
}

.rc-body14 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #333333;
}

.rc-body16 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
}

.rc-body18 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #333333;
}

.rc-button14 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}
