
@tailwind base;


@layer base {

  /* Monkey Patch per: 
  Preflight button reset in v3 inconsistent with v2 #6602
  https://github.com/tailwindlabs/tailwindcss/issues/6602
  */

  
  p { @apply pt-3;  }

  a { @apply text-sky-800 font-bold; } 

  ul { @apply list-disc list-inside p-0; }

  ul > li { /* @apply pt-3; */ }

  li { /* @apply pt-3; */  }

  li > a { @apply text-sky-800 font-semibold }

  li > a { @apply text-sky-800 font-semibold }

  ul#footer { @apply text-left; }

  ul#footer li > a { @apply text-gray-500 font-normal; }

  h1 { @apply text-5xl text-left font-bold text-slate-900 tracking-tight pt-3;      }

  h2 { @apply text-3xl font-semibold text-left text-slate-900 tracking-tight pt-3;   }

  .pick { @apply underline; }

  h3 { @apply text-xl font-bold text-left text-slate-900 tracking-tight pt-3;     }

  img { @apply pt-4 pb-4; } 

} 



@tailwind components;
@tailwind utilities;
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


