/*
==============================================================
FONTS  . TLC 3.0
==============================================================
*/
/* Font Primary */
@font-face {
  font-family: 'Hypatia';
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('hypatia'), url('/fonts/hypatia.woff') format('woff'), url('/fonts/hypatia.woff') format('woff');
}


/* Font Secondary */
@font-face {
  font-family: 'Nxa_XBold';
  font-weight: 600;
  font-style: normal;
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Nxa_XBold'), url('/fonts/nxa_xbold.woff2') format('woff2'), url('/fonts/nxa_xbold.woff') format('woff');
}








/* Font1 */
@font-face {
  font-family: 'Nxa_Regular';
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Nxa_Regular'), url('/fonts/nxa_regular.woff2') format('woff2'), url('/fonts/nxa_regular.woff') format('woff');
}

/* Font2 */
@font-face {
  font-family: 'Hypatia_Light';
  font-weight: 600;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Hypatia_Light'), url('/fonts/HypatiaLight.woff2') format('woff2'), url('/fonts/HypatiaLight.woff') format('woff');
}

/* Font3 */
@font-face {
  font-family: 'Hypatia_Black';
  font-weight: 600;
  font-style: normal;
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Hypatia_Black'), url('/fonts/HypatiaBlack.woff2') format('woff2'), url('/fonts/HypatiaBlack.woff') format('woff');
}

/* Font4 */
@font-face {
  font-family: 'HandKw';
  font-weight: 600;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('handkw'), url('/fonts/handkw.woff2') format('woff2'), url('/fonts/handkw.woff') format('woff');
}

/* Font5 */
@font-face {
  font-family: 'Nxa_Black';
  font-weight: 900;
  font-style: normal;
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Nxa_Black'), url('/fonts/nxa_black.woff2') format('woff2'), url('/fonts/nxa_black.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:700&display=swap');
@import url("https://use.typekit.net/hvk5ega.css");

.fontPrimary, .font0a {
  font-family: var(--fontPrimary) !important;
}
.fontSecondary, .font0b {
  font-family: var(--fontSecondary) !important;
}
.font1, .fontRegular {
  font-family: var(--font1) !important;
}
.font2, .fontThin {
  font-family: var(--font2) !important;
}
.font3, .fontBold {
  font-family: var(--font3) !important;
}
.font4, .fontStyled {
   font-family: var(--font4) !important;
   /*margin-left: -1rem !important;
   padding-left: 1rem !important;*/
   letter-spacing: -0.05rem !important;
  /* padding-left: 10px !important;
   margin-left: -6px !important;
   margin-right: -6px !important;
   padding-right: 10px !important;
	margin: -50px !important;
	padding: 50px !important;*/
}
.font5, .fontXBold {
  font-family: var(--font5) !important;
}



@media (max-width: 768px) /* navbar-expand-sm */ {
	.font4 {
	word-spacing: -0.25rem;
	}
}

.Arial {
  font-family: Arial, Verdana, sans-serif;
}
.Times {
  font-family: Times, "Times New Roman", serif;
}
/*
Roboto,Helvetica Neue,sans-serif;
*/
