/*
Theme Name: MiguelFalcon - OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* General */
#site-header { background-color: transparent !important; }

.tjunto { display: inline-block; }
.t-primary { color: var( --e-global-color-primary ) !important; }
.t-secondary { color: var( --e-global-color-secondary ) !important; }

a:focus { outline: none !important; }