@font-face {
  font-family: "Aftika";
  src: url(../../Fonts/Aftika/aftika-regular.otf);
}
@font-face {
  font-family: "Aftika";
  src: url(../../Fonts/Aftika/aftika-semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Lexend";
  src: url(../../Fonts/Lexend/Lexend-VariableFont_wght.ttf);
}
* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow: auto;
  background: #E0DED8;
  min-height: 100vh;
}

html {
  font-size: 1rem; /* Adjust for larger text */
}

.logo {
  position: relative;
  height: 75px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #444;
  width: 100%;
  border-bottom: 3px solid #FFD438;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aftika";
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
  line-height: 88px;
}

h2 {
  font-size: 40px;
  line-height: 56px;
}

h3 {
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 40px;
}

h5 {
  font-size: 22px;
  line-height: 32px;
}

h6 {
  font-size: 13px;
  line-height: 24px;
}

*:not(.fa):not(.far):not(.fas) {
  font-family: "Lexend";
}

input[type=radio], input[type=range] {
  filter: saturate(2) brightness(2.1) hue-rotate(236deg);
}

.btn {
  text-transform: UPPERCASE;
  border-radius: 0;
  outline: 0;
  border: 0;
  font-size: 15px;
}
.btn .shortcut {
  font-size: 0.65em;
}

.btn-secondary {
  background-color: black !important;
  border-color: black !important;
  transition: all 0s linear;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #FFD438 !important; /* Darker shade for hover effect */
  border-color: #FFD438 !important;
  color: #131717;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.btn-primary {
  background-color: #FFD438 !important;
  border-color: #FFD438 !important;
  transition: all 0s linear;
  color: #131717;
}

.btn-primary:hover {
  background-color: #10C9F1 !important;
  border-color: rgb(4.4702782299%, 63.5418119817%, 76.3140354956%) !important;
}

.carousel img, .btn, .container {
  border-radius: 0 !important;
}

.btn,
.form-control,
.card,
.alert,
.badge,
.dropdown-menu,
.nav-tabs .nav-link,
.progress,
.input-group,
.modal-content,
.list-group-item,
.pagination .page-link {
  border-radius: 0 !important;
}

.card-footer * {
  font-size: 14px;
}

.chrome-badge {
  display: inline-flex;
  align-items: center;
  background: #f1f1f1;
  color: #333;
  padding: 9px 16px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Roboto;
}

.chrome-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

footer {
  background: #d3d0c6;
}