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

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

@font-face {
    font-family: "Futura LT";
    src:url("fonts/FuturaLT.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Futura LT";
    src:url("fonts/FuturaLT-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura LT";
    src:url("fonts/FuturaLT-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura LT";
    src:url("fonts/FuturaLT-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura LT";
    src:url("fonts/FuturaLT-Oblique.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: "Futura LT";
}

.main-navigation a {
    font-family: 'Futura LT', sans-serif;
}