/* ==========================================================================
   Theme Variables (Figma Design Tokens)
   ========================================================================== */

:root {
  /* ======================================================================
     Colors
     ====================================================================== */
  --logogreen: #006241;
  --NewLogoGreen: #006241;
  --logocolor2: #006241;
  --darkgreen: #14483C;
  --darkGreen: #0a4432;
  --gray: #283C36;
  --white: #FFFFFF;
  --lightgray: #F6F5F2;
  --offwhite: #F9F3E2;
  --bluegreen: #3B8686;
  --black: #111113;
  --black-60: #111113;
  --black-20: #111113;
  --te-papa-green: #1C4B42;
  --color-scheme-1-background: #ffffff;
  --color-scheme-1-text: #000000;
  --color-white: #ffffff;
  --color-neutral-darkest: #000000;

  /* ======================================================================
     Typography - title/H3 (Paperlogy Bold 60px)
     ====================================================================== */
  --title-h3-font-family: var(--font-paperlogy);
  --title-h3-font-size: 60px;
  --title-h3-font-weight: 700;
  --title-h3-line-height: 1.2;
  --title-h3-letter-spacing: 0px;

  /* Typography - title/H5 (Paperlogy Bold 42px) */
  --title-h5-font-family: var(--font-paperlogy);
  --title-h5-font-size: 42px;
  --title-h5-font-weight: 700;
  --title-h5-line-height: 1.3;
  --title-h5-letter-spacing: 0px;

  /* Typography - title/enH3 (Paperlogy Bold 48px) */
  --title-enH3-font-family: var(--font-paperlogy);
  --title-enH3-font-size: 48px;
  --title-enH3-font-weight: 700;
  --title-enH3-line-height: 1.4;
  --title-enH3-letter-spacing: -2px;

  /* Typography - title/enH5 (Paperlogy Bold 40px) */
  --title-enH5-font-family: var(--font-paperlogy);
  --title-enH5-font-size: 40px;
  --title-enH5-font-weight: 700;
  --title-enH5-line-height: 1.3;
  --title-enH5-letter-spacing: -2px;

  /* Typography - title/enH6 (Paperlogy Bold 30px) */
  --title-enH6-font-family: var(--font-paperlogy);
  --title-enH6-font-size: 30px;
  --title-enH6-font-weight: 700;
  --title-enH6-line-height: 1.0;
  --title-enH6-letter-spacing: 0px;

  /* Typography - H6 (Paperlogy Bold 34px) */
  --h6-font-family: var(--font-paperlogy);
  --h6-font-size: 34px;
  --h6-font-weight: 700;
  --h6-line-height: 1.3;
  --h6-letter-spacing: 0px;

  /* Typography - title/H7 (Pretendard SemiBold 30px) */
  --title-h7-font-family: var(--font-pretendard);
  --title-h7-font-size: 30px;
  --title-h7-font-weight: 600;
  --title-h7-line-height: 1.4;
  --title-h7-letter-spacing: -2px;

  /* Typography - title/H8 (Pretendard SemiBold 22px) */
  --title-h8-font-family: var(--font-pretendard);
  --title-h8-font-size: 22px;
  --title-h8-font-weight: 600;
  --title-h8-line-height: 1.4;
  --title-h8-letter-spacing: -2px;

  /* Typography - body/large (Pretendard Regular 20px) */
  --body-large-font-family: var(--font-pretendard);
  --body-large-font-size: 20px;
  --body-large-font-weight: 400;
  --body-large-line-height: 1.6;
  --body-large-letter-spacing: -2px;

  /* Typography - body/midium (Pretendard Regular 17px) */
  --body-midium-font-family: var(--font-pretendard);
  --body-midium-font-size: 17px;
  --body-midium-font-weight: 400;
  --body-midium-line-height: 1.5;
  --body-midium-letter-spacing: 0px;

  /* Typography - body/small (Pretendard Regular 15px) */
  --body-small-font-family: var(--font-pretendard);
  --body-small-font-size: 15px;
  --body-small-font-weight: 400;
  --body-small-line-height: 1.5;
  --body-small-letter-spacing: 0px;

  /* Typography - body/news (Pretendard Regular 20px) */
  --body-news-font-family: var(--font-pretendard);
  --body-news-font-size: 20px;
  --body-news-font-weight: 400;
  --body-news-line-height: 1.6;
  --body-news-letter-spacing: 0px;

  /* Typography - display/menu (Poppins Medium 20px) */
  --display-menu-font-family: var(--font-poppins);
  --display-menu-font-size: 20px;
  --display-menu-font-weight: 500;
  --display-menu-line-height: 1.0;
  --display-menu-letter-spacing: 0px;

  /* Typography - display/memu_select (Poppins Bold 22px) */
  --display-memu-select-font-family: var(--font-poppins);
  --display-memu-select-font-size: 22px;
  --display-memu-select-font-weight: 700;
  --display-memu-select-line-height: 1.0;
  --display-memu-select-letter-spacing: -2px;

  /* Typography - display/midium (Poppins Regular 24px) */
  --display-midium-font-family: var(--font-poppins);
  --display-midium-font-size: 24px;
  --display-midium-font-weight: 400;
  --display-midium-line-height: 34px;
  --display-midium-letter-spacing: -2px;

  /* Typography - button (Poppins Medium 14px) */
  --button-font-family: var(--font-poppins);
  --button-font-size: 14px;
  --button-font-weight: 500;
  --button-line-height: 1.5;
  --button-letter-spacing: 0px;

  /* ======================================================================
     Spacing / Layout
     ====================================================================== */
  --padding-global: 64px;
  --padding-section-medium: 80px;
  --container-large: 1280px;

  /* ======================================================================
     Borders / Radius
     ====================================================================== */
  --radius-large: 0;
  --stroke-border-width: 1px;
}
