@import 'tailwindcss';

@import './theme/icons.css';
@import './theme/grid.css';



@custom-variant dark (&:where(.dark, .dark *));

@plugin "daisyui" {
  themes: all;
}

@utility app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 1em;
  height: 1em;

  font-size: inherit;

  vertical-align: -0.125em;
  line-height: 1;

  &::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}

@plugin "daisyui/theme" {
  name: 'koala';
  color-scheme: 'dark';
  --color-base-100: oklch(13% 0 0);
  --color-base-200: oklch(19% 0 0);
  --color-base-300: oklch(22% 0 0);
  --color-base-content: oklch(90% 0 0);
  --color-primary: oklch(58% 0.233 277.117);
  --color-primary-content: oklch(96% 0.018 272.314);
  --color-secondary: oklch(65% 0.241 354.308);
  --color-secondary-content: oklch(94% 0.028 342.258);
  --color-accent: oklch(77% 0.152 181.912);
  --color-accent-content: oklch(38% 0.063 188.416);
  --color-neutral: oklch(38% 0.005 285.823);
  --color-neutral-content: oklch(90% 0.004 286.32);
  --color-info: oklch(74% 0.16 232.661);
  --color-info-content: oklch(29% 0.066 243.157);
  --color-success: oklch(76% 0.177 163.223);
  --color-success-content: oklch(37% 0.077 168.94);
  --color-warning: oklch(82% 0.189 84.429);
  --color-warning-content: oklch(41% 0.112 45.904);
  --color-error: oklch(71% 0.194 13.428);
  --color-error-content: oklch(27% 0.105 12.094);
  --radius-selector: 0.5rem;
  --radius-field: 0.25rem;
  --radius-box: 0.5rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
}

[data-theme='koala'] *:disabled {
  opacity: 80%;
}

:root {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  timeline-scope: --check-table-scroll;
}
