/* Font Definition */
@font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-Black.woff);  
    font-weight: bolder;
    font-style: normal;
  }
  
  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-BlackItalic.woff);  
    font-weight: bolder;
    font-style: italic;
  }
  
  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-Bold.woff);  
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-BoldItalic.woff);  
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-Regular.woff);  
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-Light.woff);  
    font-weight: lighter;
    font-style: normal;
  }

  @font-face {
    font-family: "NationalWeb";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-LightItalic.woff);  
    font-weight: lighter;
    font-style: italic;
  }

  @font-face {
    font-family: "NationalWeb-Medium";  
    src: url(/wp-content/themes/ld-astra-child/resources/fonts/national-web/NationalWeb-Medium.woff);  
    font-weight: 500;
    font-style: normal;
  }

body {
    font-family: "NationalWeb" !important;
  }
  