/*
Theme Name: XLC Theme 2025 Ver.
Author: Wilson@Integen
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
/* a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
} */

/* Focus styles */
/* :where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
} */

/* Increase the bottom margin on submenus, so that the outline is visible. */
/* .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
} */

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
/* .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
} */

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
/* .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
} */

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
/* h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
} */

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
/* .more-link {
	display: block;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';

}

/* XLC Section */
.h1-regular {
  font-size: clamp(24px, 5vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  letter-spacing: 0;
  margin: 0px;
}

.h1-medium {
  font-size: clamp(24px, 5vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  letter-spacing: 0;
  margin: 0px;
}

.h1-semibold {
}

.h1-bold {
}

.h2-regular {
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: 0;
  margin: 0px;
}

.h2-semibold {
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0px;
}

.h2-bold {
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 0;
  margin: 0px;
}

.h3-regular {
}

.h3-semibold {
  /* font-size: clamp(14px, 2.2vw, 20px); */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0;
  margin: 0px;
}

.h3-bold {
}

.h4-regular {
  /* font-size: clamp(12px, 2vw, 14px); */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0;
  margin: 0px;
}

.h4-semibold {
  /* font-size: clamp(12px, 2vw, 14px); */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0;
  margin: 0px;
}

.h4-bold {
}

.h5-regular {
  /* font-size: clamp(12px, 1.75vw, 14px); */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0;
  margin: 0px;
}

.h5-semibold {
  /* font-size: clamp(12px, 1.75vw, 14px); */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0;
  margin: 0px;
}

.h5-bold {
}

/* COLOR - Global */
.lightblue {
  color: #76e1ff;
}

.white {
  color: #fff;
}

.darkblue {
  color: #0c0b45;
}

.grey {
  color: #787878;
}

.orange {
  color: #EF523A;
}

.purple {
  color: #A04080;
}

.tagblue {
  color: #6B92FF;
}

.blue {
  color: #007EEC;
}