/** FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/**
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*/
/** ************************************************************************ ** 
 *   BODY
 ** ************************************************************************ **/
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #1c1c1c;
    /* font-family: 'montserratregular', Helvetica, sans-serif; */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

/** ************************************************************************ ** 
 *   FOTNS
 ** ************************************************************************ **/
.font-family-standard { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; }
.font-family-standard-light { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 100; }
.font-family-standard-bold { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bolder; }

/*
.font-family-alternative { font-family: 'montserratregular', serif; }
.font-family-alternative-light { font-family: 'montserratlight', serif; }
.font-family-alternative-bold { font-family: 'montserratbold', serif; }
*/
.font-family-alternative { font-family: 'Montserrat', serif; font-weight: 400; }
.font-family-alternative-light { font-family: 'Montserrat', serif; font-weight: 200;  }
.font-family-alternative-bold { font-family: 'Montserrat', serif; font-weight: 500;  }

/** ************************************************************************ ** 
 *   HEADLINE
 ** ************************************************************************ **/
h1, h2, h3, h4, h5 {  font-family: 'Montserrat', serif; font-weight: 400;  font-optical-sizing: auto; color: #444;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: none;}

/** ************************************************************************ ** 
 *   TEXT FORMATTING 
 ** ************************************************************************ **/
b, strong, .text-bold,
.font-weight-bold { font-family: inherit; font-weight: bolder; }

/** Links */
a, a:visited { color: #444; /* border-bottom: 1px solid dashed;*/ text-decoration: underline; }
a:hover { text-decoration: underline; color: #cc9966; }

/** ************************************************************************ ** 
 *   TEXT COLOR
 ** ************************************************************************ **/
.text-color-light { color: white !important;}
.text-color-dark { color: #1c1c1c !important; }


/** ************************************************************************ ** 
 *   Image 
 ** ************************************************************************ **/
.img-project { border-radius: 4px; }