@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --color1-white: #ffffff;
  --color2-white: #e9f7ee;
  --color1-black: #3f3c54;
  --color2-black: #211f20;
  --color1-green: #a4deba;
  --color2-green: #43c46e;
  --color3-green: #2bab53;
  --color-red: #e3463b;

  --background-color: rgba(33, 31, 32, 0.4);
}

*,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color1-white);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* google font section */
.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.dancing-script-300 {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.dancing-script-400 {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.dancing-script-500 {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.dancing-script-600 {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.dancing-script-700 {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
