@font-face {
  font-family: "text-base";
  src: url("/css/fonts/noto-sans/regular/noto-sans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "text-base";
  src: url("/css/fonts/noto-sans/medium/noto-sans-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "VideoJS";
  src: url("/css/fonts/VideoJS/VideoJS.woff") format("woff");
  font-style: normal;
}

:root {
  
  --link-text-decoration: underline;
  --primary-font-weight: 400;
  --secondary-font-weight: 500;
  --tertiary-font-weight: 500;
  --route-font-weight: 500;
  --strikethrough-font-weight: 400;
  --textelink-font-weight: 500;

  /* Update with correct ratio here  */
  --primary-line-height: 1.362;
  --secondary-line-height: 1.362;
  --tertiary-line-height: 1.362;
  --route-line-height: 1.362;
  --strikethrough-line-height: 1.362;
  --textelink-line-height: 1.362;
}