/*----- Site Specific Generated Variables from settings page ---------------*/
/*----- Color Variables from the admin settings page---------------*/
/*----- Specific ACF Field Keys for the Radio fields---------------*/
@font-face {
  font-family: "darker-grotesque-400";
  /* Name your font family */
  src: url("../fonts/darker-grotesque/darker-grotesque-v8-latin-regular.woff2");
}
@font-face {
  font-family: "darker-grotesque-500";
  /* Name your font family */
  src: url("../fonts/darker-grotesque/darker-grotesque-v8-latin-500.woff2");
}
@font-face {
  font-family: "darker-grotesque-600";
  /* Name your font family */
  src: url("../fonts/darker-grotesque/darker-grotesque-v8-latin-600.woff2");
}
@font-face {
  font-family: "darker-grotesque-800";
  /* Name your font family */
  src: url("../fonts/darker-grotesque/darker-grotesque-v8-latin-800.woff2");
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans/MonaSans-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans/MonaSans-VariableFont_wght-italic.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: italic;
}
/* Custom Font */
@font-face {
  font-family: "darker-grotesque-500";
  src: url("/wp-content/uploads/fonts/darker-grotesque/darker-grotesque-v8-latin-500.woff2");
}
/* Modern Dark Theme WordPress Login Styling */
#login {
  background: rgba(45, 45, 45, 0.95);
  padding: 40px;
  border-radius: 24px;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 8px 24px rgba(0, 0, 0, 0.5);
}
#login::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.08) 14%, rgba(255, 255, 255, 0.02) 44%, transparent 88%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#login::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background: radial-gradient(1000px circle at top right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 20%, transparent 50%);
  z-index: -1;
  pointer-events: none;
}
body.login {
  background: #1a1a1a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login h1 a {
  background-image: none;
  width: 180px;
  height: auto;
  aspect-ratio: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 30px;
  pointer-events: none;
}
.login form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
}
/* Hide the labels */
.login form label {
  display: none;
}
/* Remove the empty space where labels were */
.login form .user-pass-wrap {
  margin-top: 0;
}
.login input[type="text"], .login input[type="password"] {
  background: #232323;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  padding: 12px 16px;
  font-family: "darker-grotesque-500", sans-serif;
  font-size: 16px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/* Style the placeholders */
.login input[type="text"]::placeholder, .login input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* Style the placeholders for different browser states */
.login input[type="text"]::-webkit-input-placeholder, .login input[type="password"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.login input[type="text"]::-moz-placeholder, .login input[type="password"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.login input[type="text"]:-ms-input-placeholder, .login input[type="password"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.login input[type="text"]:focus, .login input[type="password"]:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  background: rgba(70, 70, 70, 0.8);
}
.wp-core-ui .button-primary {
  background: #ffffff;
  border: none;
  color: #000000;
  padding: 15px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-family: "darker-grotesque-500", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 12px;
  transition: all 0.2s ease;
  margin-top: 8px;
}
.wp-core-ui .button-primary:hover {
  background: #f0f0f0;
  color: #2a9d90;
}
.login #nav, .login #backtoblog {
  text-align: center;
  padding: 0;
  margin: 16px 0 0;
}
.login #nav a, .login #backtoblog a {
  color: #72777c;
  text-decoration: none;
  font-size: 14px;
  font-family: "darker-grotesque-500", sans-serif;
  transition: color 0.2s ease;
}
.login #nav a:hover, .login #backtoblog a:hover {
  color: #ffffff;
}
/* Hide Remember Me checkbox */
.forgetmenot {
  display: none;
}
