/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

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

body, html { 
    font-family: 'Roboto Condensed', sans-serif !important; 
    background-color: black !important;
    color: white;
}

a {
    color: #e1e000;
}

a:hover {
    color: #e1e000 !important;
}

p { font-family: 'Roboto Condensed', sans-serif !important; }