/* ============================================
   UPDATES & EXPERIMENTS
   Portfolio 2026 - Loesing Design Incorporated
   
   Use this file for testing new styles before 
   moving them to the appropriate CSS file.
   ============================================ */

/* Example:
.test-button {
    background: var(--color-accent);
    padding: var(--space-md);
    font-size: var(--type-lg);
}
*/

.contact-top h2{
    text-transform: none;
}
