﻿@tailwind base;
@tailwind components;
@tailwind utilities;

h1 {
    @apply font-trinca py-4 text-7xl text-white;
    text-shadow: 1px 1px 3px #000;
}
h2 {
    @apply font-trinca py-4 text-5xl;
}
h3 {
    @apply font-trinca py-4 text-4xl;
}
