/*--- Bootstrap icon set CDN  -----*/   
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src:  url('/infotech/fonts/montserrat-regular-webfont.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
 @font-face {
  font-family: 'Montserrat-med';
  font-style: normal;
  font-weight: 500;
  src:  url('/infotech/fonts/Montserrat-Medium.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
 
 @font-face {
  font-family: 'Montserrat-semibold';
  font-style: normal;
  font-weight: 600;
  src:  url('/infotech/fonts/montserrat-semibold-webfont.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
  
  @font-face {
  font-family: 'Montserrat-bold';
  font-style: normal;
  font-weight: 800;
  src:  url('/infotech/fonts/montserrat-bold-webfont.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
  
a:link {color:#1F3A93;}
h1,h2,h3,h4,h5,h6,.med {
font-family: "Montserrat-med", Arial, Helvetica, san-serif;
font-weight: 800;
line-height:1;
color:#444
}  
h1.display-2,h2.display-2,h3.display-2,h4.display-2,h5.display-2,h6.display-2
h1.display-3,h2.display-3,h3.display-3,h4.display-3,h5.display-3,h6.display-3,
h1.display-4,h2.display-4,h3.display-4,h4.display-4,h5.display-4,h6.display-4,
h1.display-5,h2.display-5,h3.display-5,h4.display-5,h5.display-5,h6.display-5,
h1.display-6,h2.display-6,h3.display-6,h4.display-6,h5.display-6,h6.display-6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
}
small, .small, h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #888;
}
body, p, li, ol, ul {font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
color: #222;}

.fw-bold, .fw-semibold, .bold, b {font-family: "Montserrat-semibold", Arial, Helvetica, sans-serif;
font-weight:600;
line-height:1;}

.fw-bolder {font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
font-weight:800;
line-height:1;}

.soft {color:#777}
