@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}
:root {
  /* PRIMARY DNA */
  --primary: #ac3509;
  --primary-soft: #ff7043;

  /* TRANSPARENCY SYSTEM */
  --primary-05: rgba(255, 112, 67, 0.05);
  --primary-08: rgba(255, 112, 67, 0.08);
  --primary-12: rgba(255, 112, 67, 0.12);
  --primary-18: rgba(255, 112, 67, 0.18);

  /* SURFACES */
  --surface: #f8f9fb;
  --surface-soft: #f2f4f6;
  --surface-pure: #ffffff;

  /* TEXT */
  --text-main: #191c1e;
  --text-muted: rgba(25, 28, 30, 0.65);
}