@charset "utf-8";

:root {
  /* color */
  --gray-50: #f7f9fc;
  --gray-100: #f0f2f5;
  --gray-150: #dde1e6;
  --gray-200: #c1c7cd;
  --gray-300: #a2a9b0;
  --gray-400: #878d96;
  --gray-500: #697077;
  --gray-600: #4d5358;
  --gray-700: #343a3f;
  --gray-800: #21272a;
  --gray-900: #121619;

  /* font-size */
  --heading1-size: 28px;
  --heading2-size: 24px;
  --heading3-size: 20px;

  --subtitle1-size: 18px;
  --subtitle2-size: 16px;
  --subtitle3-size: 14px;
  --subtitle4-size: 12px;

  --caption1-size: 12px;
  --caption2-size: 11px;

  --body1-size: 16px;
  --body2-size: 14px;

  /* font-weight */
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 900;

  /* space */
  --xxxs: 2px;
  --xxs: 4px;
  --xs: 8px;
  --s: 12px;
  --m: 16px;
  --l: 20px;
  --xl: 24px;
  --xxl: 32px;
  --xxxl: 40px;
}
