@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Colors */
  --black: #272727;
  --white: #ffffff;
  --gray-text: #454545;
  --gray-stroke: #b6b6b6;
  --dark-accent: #6e3514;
  --red-color: #ec4e0f;

  /* Typography */
  --body-regular-font-family: "Inter", sans-serif;
  --body-regular-font-size: 16px;
  --body-regular-line-height: 145%;
  --body-regular-font-weight: 400;

  --nav-link-font-family: "Inter", sans-serif;
  --nav-link-font-size: 18px;
  --nav-link-line-height: 145%;
  --nav-link-font-weight: 500;

  --h3-desctop-font-family: "Inter", sans-serif;
  --h3-desctop-font-size: 28px;
  --h3-desctop-line-height: 130%;
  --h3-desctop-font-weight: 500;

  --h4-desctop-font-family: "Inter", sans-serif;
  --h4-desctop-font-size: 20px;
  --h4-desctop-line-height: 130%;
  --h4-desctop-font-weight: 500;
}