/* ARKKAD DS overrides: enforce OTSono Regular/Medium only */
:root {
  --color-accent: #2e5dff;
}

body,
input,
textarea,
select,
button {
  font-family: OTSono, system-ui, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.font-semibold,
.font-bold,
.font-extrabold,
.font-black {
  font-family: OTSono, system-ui, sans-serif;
  font-weight: 500 !important;
}

.card {
  border-radius: 12px;
}

::selection {
  background: #1f4fff;
  color: #ffffff;
}

::-moz-selection {
  background: #1f4fff;
  color: #ffffff;
}
