/*
 Theme Name: Urbankhetti
 Theme URI: https://example.com/Urbankhetti
 Description: Child theme for Twenty Twenty-Five.
 Author: Aditi Agrawal
 Author URI: https://example.com
 Template: twentytwentyfive
 Version: 1.0.0
*/

/* Import styles from the parent theme */
@import url('../twentytwentyfive/style.css');

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}