body { 
        font-family: 'Roboto', sans-serif; 
        }

        h1, h2, h3 { 
            font-family: 'Inter', sans-serif; 
            }

            a, button { 
                transition: all 0.2s ease-in-out; 
                }
}