/*
Theme Name: 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 */

/* FONTS */
@font-face {
    font-family: 'Mars Extended';
    src: url('MarsExtended-Regular.eot');
    src: url('MarsExtended-Regular.eot?#iefix') format('embedded-opentype'),
        url('MarsExtended-Regular.woff2') format('woff2'),
        url('MarsExtended-Regular.woff') format('woff'),
        url('MarsExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL */
p:last-child {
	margin-bottom: 0 !important;
}

*:focus,
a:focus {
	outline: none !important;
}