/*
 Theme Name:   Ichijo USA
 Description:  Custom Theme for Ichijo USA
 Author:       TwoDot
 Author URI:   http://twodotmarketing.com
 Version:      1.0.2
 Text Domain:  Ichijo USA
 Template:     wp-bootstrap-starter
*/

/* GOOGLE FONTS */
/* latin-ext */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

/* GLOBAL */
body {
    font-family: 'Lato', sans-serif;
	font-weight:400;
}

a, a:visited, .nav-link {
    color: #420100;
    text-decoration: none;
}

a, a:visited, .nav-link {
    color: #960301;
}

a:hover, a:active .nav-link:focus, .nav-link:hover, .nav-link:active {
    color: #004215;
}

