/*
 Theme Name: Expat Child
 Theme URI: 
 Author: Glyn
 Author URI: https://www.hostonnet.com
 Template: underscores
 Description: Child theme for underscores
 Version: 0.1
 */



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

body {
 font-family: 'Poppins', sans-serif;
 color:#343a40;
 background:#fff;
 font-size:15px
}







