Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/testing.codeskitter.site/four/
Upload File :
Current File : /home/users/unlimited/www/testing.codeskitter.site/four/global.css

:root {
  --primary-color: #fd6800;
  --primary-color-light: #ffeadb;
  --text-dark: #1d1d1d;
  --text-light: #ffffff;
  --text-body: rgba(0, 0, 0, 0.8);
  --bg-light-gray: #f7f6ff;
  --bg-dark-gray: #4d4d4d;
  --border-light: #ffddc5;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: var(--text-body);
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-orange {
  color: var(--primary-color);
}