/***** TYPOGRAPHY *****/

/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/plus-jakarta-sans-v8-latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/plus-jakarta-sans-v8-latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/plus-jakarta-sans-v8-latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/plus-jakarta-sans-v8-latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.alcemi {
  --BLACK-999: #161616;
  --GRAY-900: #3a3a3a;
  --GRAY-700: #696969;
  --WHITE-200: #dde3ff;
  --WHITE-150: #ebedf7;
  --WHITE-100: #fefefe;

  --PRIMARY: #50207f;
  --SECONDARY: #e27470;

  --GREY-100: #f2f0f5;
  --GREY-200: #dcd7e0;
  --GREY-300: #b9b5bd;
  --GREY-400: #646266;

  /* --BLUE-500: #1632cd; */
  /* --BLUE-700: #495286; */

  --BLUR: rgba(79, 32, 127, 0.06);
  --BLUR-BRIGHT: rgba(79, 32, 127, 0.2);

  html,
  body {
    overflow-x: hidden;
  }

  font-family: "Inter", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  /* background-color: #f0f0f0; */
  /* position: relative; */
  color: var(--BLACK-999);
  /* height: 100vh; */
  /*temp*/
  /* height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 1rem; */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .heading-primary {
    font-size: clamp(2.625rem, 2.4167rem + 0.9259vw, 3.25rem);
    /* 42px - 52px */
    font-weight: 600;
    line-height: clamp(2.75rem, 2.5rem + 1.1111vw, 3.5rem);
    /* 44px - 56px */
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-secondary {
    font-size: clamp(2.375rem, 2.1667rem + 0.9259vw, 3rem);
    /* 38px - 48px */
    font-weight: 500;
    line-height: clamp(2.75rem, 2.625rem + 0.5556vw, 3.125rem);
    /* 44px - 50px */
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-tertiary {
    font-size: clamp(2.125rem, 2.0833rem + 0.1852vw, 2.25rem);
    /* 34px - 36px */
    font-weight: 500;
    line-height: clamp(2.625rem, 2.5833rem + 0.1852vw, 2.75rem);
    /* 42px - 44px */
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-tertiary-semibold {
    font-size: clamp(2.125rem, 2.0833rem + 0.1852vw, 2.25rem);
    /* 34px - 36px */
    font-weight: 600;
    line-height: clamp(2.625rem, 2.5833rem + 0.1852vw, 2.75rem);
    /* 42px - 44px */
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-quaternary {
    font-size: clamp(1.625rem, 1.5417rem + 0.3704vw, 1.875rem);
    /* 26px - 30px */
    font-weight: 500;
    line-height: clamp(1.875rem, 1.7708rem + 0.463vw, 2.1875rem);
    /* 30px - 35px */
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-quinary {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .heading-quinary-semibold {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
    /* Pasigalvoti ir gal isskirti i atskira klase */
  }

  .body-xl-bold {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }

  .body-xl-semibold {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
  }

  .body-xl-medium {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
  }

  .body-l-semibold {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }

  .body-l-medium {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }

  .body-l-regular {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }

  .body-m-semibold {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .body-m-medium {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
  }

  .body-m-regular {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }

  .body-s-semibold {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }

  .body-s-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }

  .body-s-regular {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

  .hidden {
    display: none;
  }

  /***** SECTIONS *****/

  section {
    position: relative;
  }

  .container {
    max-width: var(--MAX-CONTENT);
    margin: 0 var(--SIDE-MARGIN);
  }

  /***** PICTURE *****/

  picture.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  picture.bg-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  picture {
    overflow: hidden;
  }

  picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
