/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Figtree:wght@400&family=Roboto:wght@400;500;700&display=swap');

:root {
  --white: #ffffff;
  --black: #000000;
  /* primary */
  --primary-0: #000000;
  --primary-10: #21161f;
  --primary-20: #2c1d29;
  --primary-30: #362533;
  --primary-40: #573b52;
  --primary-50: #724d6c;
  --primary-60: #a3779b;
  --primary-70: #b593af;
  --primary-80: #c8aec3;
  --primary-90: #dac9d7;
  --primary-95: #ede4eb;
  --primary-99: #fff6fd;
  --primary-100: #ffffff;
  /* secondary */
  --secondary-0: #000000;
  --secondary-10: #302614;
  --secondary-20: #47391c;
  --secondary-30: #765f2f;
  --secondary-40: #8f7239;
  --secondary-50: #b99750;
  --secondary-60: #c2a466;
  --secondary-70: #cbb17c;
  --secondary-80: #d2be92;
  --secondary-90: #dccba7;
  --secondary-95: #f1e4ca;
  --secondary-99: #fbf3e3;
  --secondary-100: #ffffff;
  /* neutral */
  --neutral-0: #000000;
  --neutral-10: #1c1b1c;
  --neutral-20: #313030;
  --neutral-30: #484646;
  --neutral-40: #605e5e;
  --neutral-50: #797676;
  --neutral-60: #939090;
  --neutral-70: #adaaaa;
  --neutral-80: #c9c6c5;
  --neutral-90: #e5e1e1;
  --neutral-95: #f4f0ef;
  --neutral-99: #f8f6f6;
  --neutral-100: #ffffff;
  /* error */
  --error-0: #000000;
  --error-20: #65090e;
  --error-10: #410004;
  --error-30: #852221;
  --error-40: #a53a36;
  --error-50: #c5524c;
  --error-60: #e66a63;
  --error-70: #ff8981;
  --error-80: #ffb3ad;
  --error-90: #ffdad7;
  --error-95: #ffedeb;
  --error-99: #fffbff;
  --error-100: #ffffff;
  /* // Primary Font */
  --primary-font: Poppins, sans-serif;
  --secindary-font: Roboto;
  /* // Headings */
  --headings-h1-font-size: 90px;
  --headings-h1-line-height: 110px;

  --headings-h2-font-size: 60px;
  --headings-h2-line-height: 64px;

  --headings-h3-font-size: 48px;
  --headings-h3-line-height: 52px;

  --headings-h4-font-size: 36px;
  --headings-h4-line-height: 42px;

  --headings-h5-font-size: 30px;
  --headings-h5-line-height: 36px;

  --headings-h6-font-size: 24px;
  --headings-h6-line-height: 30px;
  /*   
  // Subtitles */
  --subtitles-subtitle1-font-size: 22px;
  --subtitles-subtitle1-line-height: 26px;

  --subtitles-subtitle2-font-size: 20px;
  --subtitles-subtitle2-line-height: 24px;

  /* // Body Text */
  --bodytext-paragraph1-font-size: 16px;
  --bodytext-paragraph1-font-weight: 500;
  --bodytext-paragraph1-line-height: 22px;

  --bodytext-paragraph2-font-size: 12px;
  --bodytext-paragraph2-font-weight: 500;
  --bodytext-paragraph2-line-height: 20px;

  --bodytext-paragraph-bold-font-size: 14px;
  --bodytext-paragraph-bold-font-weight: 700;
  --bodytext-paragraph-bold-line-height: 20px;

  --bodytext-quotes-font-size: 16px;
  --bodytext-quotes-line-height: 22px;

  /* // Input Text */
  --inputtext-labels-font-size: 12px;
  --inputtext-labels-font-weight: 500;
  --inputtext-labels-line-height: 16px;

  --inputtext-placeholder-font-size: 16px;
  --inputtext-placeholder-font-weight: 500;
  --inputtext-placeholder-line-height: 20px;

  --inputtext-assistive-font-size: 12px;
  --inputtext-assistive-font-weight: 500;


  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  /* Custom Scrollbar */
  *::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #f2fdff00;
  }

  *::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
  }

  *::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
  }

  *::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #dac9d7;
    /* Primary-90 */
  }

  *::-webkit-scrollbar-thumb:hover {
    background-color: #724d6c;
    /* Primary-95 */
  }

  *::-webkit-scrollbar-thumb:active {
    background-color: #724d6c;
    /* Primary-99 */
  }

  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-99);

    /* color: rgb(var(--foreground-rgb)); */
    /* background: linear-gradient(
        to bottom,
        transparent,
        rgb(var(--background-end-rgb))
      ) */
    /* rgb(var(--background-start-rgb)); */
  }

  a {
    color: inherit;
    text-decoration: none;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_e8ce0c';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_e8ce0c {font-family: '__Inter_e8ce0c', '__Inter_Fallback_e8ce0c';font-style: normal
}

