/*
Theme Name: Nyan Theme
Description: Astra Child Theme
Theme URI: 
Author: Nyan Studio
Author URI: 
Template: astra
Version: 1.0.0
*/

/* Your code goes below */
/*
/* 기존 햄버거 아이콘을 숨기고 새로운 이미지로 대체 */
.ast-menu-toggle {
    background: url('images/menu.png') no-repeat center center;
    background-size: contain;
    width: 32px; /* 원하는 너비 */
    height: 32px; /* 원하는 높이 */
    border: none;
    text-indent: -9999px; /* 텍스트 숨기기 */
}

/* 필요에 따라 기존 아이콘 숨기기 */
.ast-menu-toggle::before {
    content: none;
}
