@font-face {
  font-family: 'sans_sands_sans_01';
  src: url("San's_Sands_Sans_01.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sans_sands_sans_02';
  src: url("San's_Sands_Sans_02.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sans_sands_sans_03';
  src: url("San's_Sands_Sans_03.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sans_sands_sans_04';
  src: url("San's_Sands_Sans_04.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sans_sands_sans';
  src: url("San's_Sands_Sans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1
}

#font-test-tool {
  padding: 20px 20px 10px 20px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background-color: var(--color-background);
  max-width: 100%;
}

#tester-options {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.option-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

.option-group label {
  font-size: 14px;
  color: #555;
}

#tester-options input,
#tester-options button {
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
}

#tester-options button {
  background-color: var(--color-accent-background);
  cursor: pointer;
  transition: background-color 0.2s;
}


#clear-text {
  margin-left: auto;
}

#tester-options button:hover {
  background-color: #e3e3e3;
}

#test-tool-size {
  width: 40px;
}

#testing-text {
  font-family: sans_sands_sans;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  field-sizing: content;
  resize: none;
  min-height: 150px;
  font-size: 20px;
  line-height: 1.5;
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
}