@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1f2937;
  background: #f7f8fb;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}

.jobiyo-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.brand img,
.logo img {
  display: block;
  width: auto;
  max-width: 120px;
  height: 36px;
  object-fit: contain;
}
