/*
Theme Name: Kids Academy Child
Theme URI: http://themeforest.net/user/codexcoder/portfolio
Author: CodexCoder
Author URI: https://www.codexcoder.com/
Description: Kids Kindergarten & School WordPress theme
Version: 6.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kids-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: kids-academy
*/

.woocommerce-MyAccount-navigation {
	display: none !important;
}

.woocommerce-MyAccount-content > p:nth-of-type(2) {
    display: none !important;
}

.woocommerce-LostPassword {
    display: none !important;
}

.lang-switch-wrap {
	display: none !important;
}

html {
	font-size: 20px !important;
}

.navbar-brand > img {
	width: 350px;
}

@font-face {
    font-family: '主題字型名稱';  /* 如 'Poppins', 'Roboto' 等，從原始碼找 */
    src: url('字型路徑.woff2') format('woff2');
    font-display: swap !important;
}