/* xl - DESKTOP STYLES */ 
/* Regular */
@font-face {
  font-family: "nohemi";
  src:       url("/wp-content/uploads/Fonts/Nohemi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "nohemi";
  src:       url("/wp-content/uploads/Fonts/Nohemi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Semi Bold */
@font-face {
  font-family: "nohemi";
  src:       url("/wp-content/uploads/Fonts/Nohemi-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "nohemi";
  src:       url("/wp-content/uploads/Fonts/Nohemi-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}



.nohemi, h1{font-family: "nohemi"; }
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 800;}

