@import "tailwindcss";@source "hugo_stats.json";@font-face{font-family:tangerine;font-style:normal;font-weight:700;src:url(/fonts/Tangerine-Bold.ttf)format("truetype")}@font-face{font-family:eb garamond;font-style:normal;font-weight:400 800;src:url(/fonts/EBGaramond-VariableFont_wght.ttf)format("truetype")}@font-face{font-family:eb garamond;font-style:italic;font-weight:400 800;src:url(/fonts/EBGaramond-Italic-VariableFont_wght.ttf)format("truetype")}@theme{--font-title: 'Tangerine';
    --font-serif: 'EB Garamond';
}@layer base{a {
        @apply text-blue-800 hover:text-blue-500 text-shadow-md;
    }
    a img 
    {
        @apply border-2 border-blue-800 hover:border-blue-500;
    }
    p {
        @apply font-serif my-2 text-justify;
    }
    figcaption {
        @apply text-sm text-center italic text-slate-600;
    }
    hr {
        @apply bg-slate-500 my-8 border-0 h-px w-5/6 mx-auto;
    }
}