/*
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: 'Haas Grot Disp 65';
    src: url('HaasGrotDisp-65Medium.eot');
    src: url('HaasGrotDisp-65Medium.eot?#iefix') format('embedded-opentype'),
        url('HaasGrotDisp-65Medium.woff2') format('woff2'),
        url('HaasGrotDisp-65Medium.woff') format('woff'),
        url('HaasGrotDisp-65Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haas Grot Disp 65';
    src: url('HaasGrotDisp-35Thin.eot');
    src: url('HaasGrotDisp-35Thin.eot?#iefix') format('embedded-opentype'),
        url('HaasGrotDisp-35Thin.woff2') format('woff2'),
        url('HaasGrotDisp-35Thin.woff') format('woff'),
        url('HaasGrotDisp-35Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

p:last-child {
	margin-bottom: 0px !important;
}

/* LOGO */
#site-logo #site-logo-inner a img {
    height: 40px;
}