/* Figma Styles of your File */
:root {
  /* Colors */
  /* Fonts */
  --h1-font-family: "JetBrains Mono", monospace;
  --h1-font-size: 48px;
  --h1-line-height: normal;
  --h1-font-weight: 700;
  --h1-font-style: normal;
  
  --h2-font-family: "JetBrains Mono", monospace;
  --h2-font-size: 40px;
  --h2-line-height: normal;
  --h2-font-weight: 600;
  --h2-font-style: normal;
  
  --h3-font-family: "JetBrains Mono", monospace;
  --h3-font-size: 36px;
  --h3-line-height: normal;
  --h3-font-weight: 500;
  --h3-font-style: normal;
  
  --h4-font-family: "JetBrains Mono", monospace;
  --h4-font-size: 32px;
  --h4-line-height: normal;
  --h4-font-weight: 500;
  --h4-font-style: normal;
  
  --p-font-family: "JetBrains Mono", monospace;
  --p-font-size: 24px;
  --p-line-height: 120%;
  --p-font-weight: 400;
  --p-font-style: normal;

  /* Effects */
}
