:root {
    --accent: #FF69B4; /* Hot Pink */
}

.header__logo img {
    border-radius: 15px; /* Rounds the corners */
    /* OR use border-radius: 50%; to make it a circle if the image is perfectly square */
}
