:root {
  --color-text-primary: #000;
  --color-text-secondary: rgb(85, 85, 85);
  --color-border: rgb(163, 163, 163);
  --color-border-dark: rgb(53, 53, 53);
  --color-bg-light: rgb(250, 250, 250);
  --color-bg-white: #fff;
  --color-overlay: rgba(0, 0, 0, 0.95);

  --font-family: 'Poppins', sans-serif;

  --nav-height: 17vh;
  --section-padding-top: 4vh;
  --section-margin: 0 10rem;
  --border-radius-lg: 0;
  --border-radius-sm: 0;

  --transition-default: all 300ms ease;
  --transition-fast: all 0.3s ease-in-out;
}
