@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
  --primary-color: #ffffff;
  --secondary-color: #ecedee;
  --background-color-light: #ffffff;
  --background-color-dark: #ecedee;
  --button-color: #43525a;
  --text-color: #43525a;
  --text-color-warning: #bc2121;
  --sps-color: #f58220;
  --border-color: #dbdbdb;
}

body {
  position: relative;
  font-family: Poppins;
}
