/*
 Theme Name:   Remnant
 Theme URI:    https://www.puremedia.com.au
 Description:  Custom GeneratePress child theme
 Author:       Aaron Harwood
 Author URI:   https://www.puremedia.com.au
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: 'SerifGothicStd';
  font-weight: 400;
  src: url("fonts/SerifGothicStd.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: 'SerifGothicStd-Black';
  src: url("/fonts/SerifGothicStd-Black.otf") format("opentype");
  font-style: black;
}

@font-face {
  font-family: 'SerifGothicStd-Bold';
  src: url("/fonts/SerifGothicStd-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'SerifGothicStd-ExtraBold';
  font-weight: 700;
  src: url("/fonts/SerifGothicStd-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: 'SerifGothicStd-Heavy';
  src: url("fonts/SerifGothicStd-Heavy.otf") format("opentype");
}

@font-face {
  font-family: 'SerifGothicStd-Light';
  src: url("/fonts/SerifGothicStd-Light.otf") format("opentype");
}

body{
    font-family: "SerifGothicStd";
}
#menu-main li a {font-family: 'SerifGothicStd-Heavy';}

.fullscreen-bg__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    margin-top: 100px;
}