/**
 * Custom CSS
 *
 * This file is for your custom styles.
 * You can add any CSS rules here to customize the Ghost theme.
 *
 * Note: Changes made directly to this file may be overwritten during theme updates.
 * It's recommended to use the Code Injection feature in Ghost for persistent customizations.
 */

/* Your custom CSS goes below this line */

.logo img {
	height: clamp(30px, 2vw + 24px, 44px);
	max-height: clamp(30px, 2vw + 24px, 44px);
}
