/*
 Theme Name:   Immigway Child
 Theme URI:    https://dps.media
 Description:  Child theme for Immigway theme with custom post type modifications
 Author:       DPS.MEDIA
 Author URI:   https://dps.media
 Template:     immigway
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  immigway-child
*/

/* Add your custom CSS here */

/* Override font family to use Roboto instead of Rubik */
body {
    font-family: "Roboto", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif !important;
}

.pxl-font-default {
    font-family: "Roboto", sans-serif !important;
}

/* Ensure all text elements use Roboto */
p, div, a, button, input, textarea, select {
    font-family: "Roboto", sans-serif !important;
}