/******************************************************************
Theme Name: DailyPress
Theme URI: https://dailypress.com.au
Description: Custom WordPress Theme
Author: Bryan Sebastian - Daily Press Group
Author URI: https://dailypress.com.au
Version: 1.0.0
******************************************************************/
@import url( "assets/css/header.css" );
@import url( "assets/css/footer.css" );
@font-face {
    font-family: "Modernica";
    font-weight: 300;
    src: url( "assets/fonts/ModernicaBook.ttf" ) format( "truetype" ),
        url( "assets/fonts/ModernicaBook.otf" ) format( "opentype" );
}
@font-face {
    font-family: "Modernica";
    font-weight: 500;
    src: url( "assets/fonts/ModernicaMedium.ttf" ) format( "truetype" ),
        url( "assets/fonts/ModernicaMedium.otf" ) format( "opentype" );
}
@font-face {
    font-family: "Modernica";
    font-weight: 700;
    src: url( "assets/fonts/ModernicaBold.ttf" ) format( "truetype" ),
        url( "assets/fonts/ModernicaBold.otf" ) format( "opentype" );
}
@font-face {
    font-family: "ModernicaHeavy";
    font-weight: 900;
    src: url( "assets/fonts/ModernicaHeavy.ttf" ) format( "truetype" ),
        url( "assets/fonts/ModernicaHeavy.otf" ) format( "opentype" );
}