@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.siteHeader_logo img {
max-height: 76px;
}

em {
    font-weight: 400;
}

em b,
b em,
em strong,
strong em,
i b,
b i,
i strong,
strong i,
strong em b {
    font-weight: bold;
    font-style: italic;
}