:root{ --bg-color: #F3F3F5; --navbar-border: #d3d3d3; --blue-color: #0078F6; --blue-light-color: #e5f1fe; --text-callout-color: #B6B6B6; --yellow-color: #F9D256; --white-color: #fff; --red-color: #EF3E3B; --footer-text-color: #757575; --purple-color: #4C13A2; --green-color: #4CBFC0; --orange-color: #FE9F40; --grey-color: #C9CBCE; --grey-light-color:#F6F6F6; --grey-dark-color:#a9a9a9; --border-dropdown-color: #e8e8e8; --text-dropdown-color: #0F0F11; --main-header-text: #7C7C7C; //TEXT weight --bold: 700; --semi-bold: 600; --medium: 500; --regular: 400; } body { font-family: 'Inter', sans-serif; background-color: var(--bg-color); width: 90vw; margin: 0 auto; } .welcome__container__laptop { margin-top: 15%; text-align: center; font-size: 36px; font-family: "Ubuntu sans"; font-weight: 600; }