/*
 * TTTEDDEL - Main Public Stylesheet (v2)
 *
 * This file contains custom styles that complement the Tailwind CSS framework.
 */

body {
    font-family: 'Inter', sans-serif;
}

/* You can add custom component styles here if needed */

.primary-red-text {
    color: #ff0000;
}

.dev-credit-text {
    color: darkblue;
}
