/*
Theme Name: Safe Zone Theme
Theme URI: http://lunave.com
Author: Lunave
Author URI: http://lunave.com
Description: Tema de WordPress Safe Zone
Version: 2.21
*/

@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, a, p {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga' on, 'kern' on;
    color: #1A202C;
}
.shadow-custom {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
p{
    font-size: 18px;
}

.text-\[18px\] {
    font-size: 18px;
}

.hover\:text-\[\#EA022A\]:hover {
    color: #EA022A;
}

.current-menu-item a,
	.current_page_item a {
		font-weight: bold !important;
	}