/* Figma Styles of your File */
:root {
    /* Colors */
    --primary: #f98235;
    --text-default: #282828;
    --background-default: #fef2eb;
    --text-secondary: #14a0de;
    --: linear-gradient(
      107.56deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(208, 241, 255, 1) 100%
    );
    --1: linear-gradient(
      107.56deg,
      rgba(255, 255, 255, 1) 27.88461446762085%,
      rgba(208, 241, 255, 1) 100%
    );
  
    /* Fonts */
    --title-section-font-family: Poppins-SemiBold, sans-serif;
    --title-section-font-size: 40px;
    --title-section-line-height: normal;
    --title-section-font-weight: 600;
    --title-section-font-style: normal;
    --contents-title-font-family: NotoSansJp-Bold, sans-serif;
    --contents-title-font-size: 28px;
    --contents-title-line-height: 140%;
    --contents-title-font-weight: 700;
    --contents-title-font-style: normal;
    --contents-title-small-font-family: NotoSansJp-Bold, sans-serif;
    --contents-title-small-font-size: 16px;
    --contents-title-small-line-height: 160%;
    --contents-title-small-font-weight: 700;
    --contents-title-small-font-style: normal;
    --body-default-font-family: NotoSansJp-Medium, sans-serif;
    --body-default-font-size: 20px;
    --body-default-line-height: 200%;
    --body-default-font-weight: 500;
    --body-default-font-style: normal;
    --body-bold-font-family: NotoSansJp-Bold, sans-serif;
    --body-bold-font-size: 20px;
    --body-bold-line-height: 200%;
    --body-bold-font-weight: 700;
    --body-bold-font-style: normal;
  
    /* Effects */
    --youtube-box-shadow: 15px 15px 0px 0px rgba(173, 198, 243, 1);
  }
  /* Figma Color Variables of your File */