/* -------------------------------------------- Template Default Fonts & Fonts Styles ---------------------------------------------- */ // Font Family Variable with Value // font-family: 'Lexend', sans-serif; $heading-font: 'Lexend', sans-serif; $body-font: 'Lato', sans-serif; //font-family: "Font Awesome 5 Pro"; $fa: "Font Awesome 5 Pro"; body { font-family: $body-font; font-size: 18px; font-weight: 400; line-height: 28px; color: #777; background-color: #fff; } h1, h2, h3, h4, h5, h6 { font-family: $heading-font; margin: 0px; margin-bottom: 15px; font-weight: 600 !important; color: $textcolor; line-height: 145%; } h1 { font-size: 60px; line-height: 1.17; @media (max-width: 991px) { font-size: 42px; } } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 22px; } h5 { font-size: 20px; } h6 { font-size: 18px; } a { text-decoration: none; outline: none !important; cursor: pointer; font-size: 16px; line-height: 28px; @include transition(.3s); color: $theme-color; } p { margin: 0px; } .fs-lg { font-size: 86px; text-transform: uppercase; line-height: 1.2; @media (min-width: 767px) and (max-width: 991px) { font-size: 42px; } @media (max-width: 767px) { font-size: 36px; } }