@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/themes/switchboard/poppins-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/themes/switchboard/poppins-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/themes/switchboard/poppins-700.woff2') format('woff2');
}

[data-brand='switchboard'] {
  --brand-primary: #24ade3;
  --brand-primary-rgb: 36, 173, 227;
  --brand-on-primary: #000000;
  --brand-auth-display: 'Poppins', Helvetica, Arial, sans-serif;
  --brand-focus-ring: rgba(32, 156, 204, 0.96);
  --bs-primary: var(--brand-primary);
  --bs-primary-rgb: 36, 173, 227;
  --bs-primary-bg-subtle: color-mix(in srgb, var(--brand-primary) 20%, white);
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-color: var(--brand-on-primary);
}

[data-brand='switchboard'][data-bs-theme='dark'] {
  --brand-focus-ring: rgba(36, 173, 227, 0.6);
  --bs-primary-bg-subtle: color-mix(in srgb, var(--brand-primary) 20%, black);
}
