@font-face { font-family: "Poppins-R"; font-style: normal; font-weight: normal; src: local("Poppins Regular"), url("../fonts/Poppins-Regular.woff") format("woff"); } @font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; src: local("Poppins SemiBold"), url("../fonts/Poppins-SemiBold.woff") format("woff"); } @font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; src: local("Poppins Bold"), url("../fonts/Poppins-Bold.woff") format("woff"); } @font-face { font-family: "Poppins"; font-style: normal; font-weight: 900; src: local("Poppins Black"), url("../fonts/Poppins-Black.woff") format("woff"); } @font-face { font-family: "Lora-Reg"; font-style: normal; font-weight: 500; src: local("Lora-Regular"), url("../fonts/Lora-Regular.woff") format("woff"); } @font-face { font-family: "Lora-Italic"; font-style: italic; font-weight: 500; src: local("Lora-Italic"), url("../fonts/Lora-Italic.ttf") format("ttf"); } @font-face { font-family: "Lora-Md"; font-style: normal; font-weight: 500; src: local("Lora-Regular"), url("../fonts/Lora-Medium.woff") format("woff"); } @font-face { font-family: "Poppins Md"; font-style: normal; font-weight: normal; src: local("Poppins Medium"), url("../fonts/Poppins-Medium.woff") format("woff"); } // fonts $lora-reg: "Lora-Reg"; $lora-italic: "Lora-Italic"; $poppins-md: "Poppins Md"; $poppins-r: "Poppins-R"; .fs-10 { font-size: 10px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 16px; } .fs-16 { font-size: 16px; } .fs-18 { font-size: 18px; } .fs-27 { font-size: 27px; line-height: 1.15; } .fs-38 { font-size: 38px; } .fs-40 { font-size: 40px; } // .fs-46{ // font-size: 46px; // } .ff-lr { font-family: $lora-reg; } .ff-pm { font-family: $poppins-md; } .ff-pr { font-family: $poppins-r; } .flh-1p5 { line-height: 1.57; } @include media-breakpoint-up(lg){ .fs-lg-24 { font-size: 24px; line-height: 1.33; } .fs-lg-38 { font-size: 38px; } } @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .tcs-copy#{$infix}-small{ font-family: $lora-reg; font-size: 12px; line-height: 16px; } .tcs-copy#{$infix}-medium{ font-family: $lora-reg; font-size: 16px !important; line-height: 22px; } .tcs-copy#{$infix}-large{ font-family: $lora-reg; font-size: 18px; line-height: 30px; } } } h1,h2,h3,h4,h5,h6{ text-transform: none; } p + p { margin-top: 0; } .fc-body { font-family: $lora-reg; }