/*!
Theme Name: Dog Food Advisor
Author: Interactivated Ltd
Author URI: http://interactivated.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dogfood
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro"), local("Source-Sans-Pro"),
    local("source sans pro"), local("source-sans-pro"),
    url("public/fonts/source-sans-pro/SourceSansPro-Regular.otf");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro"), local("Source-Sans-Pro"),
    local("source sans pro"), local("source-sans-pro"),
    local("source-sans-pro-bold"),
    url("public/fonts/source-sans-pro/SourceSansPro-Bold.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro"), local("Source-Sans-Pro"),
    local("source sans pro"), local("source-sans-pro"),
    local("source-sans-pro-semibold"),
    url("public/fonts/source-sans-pro/SourceSansPro-Semibold.otf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro"), local("Source-Sans-Pro"),
    local("source sans pro"), local("source-sans-pro"),
    local("source-sans-pro-black"),
    url("public/fonts/source-sans-pro/SourceSansPro-Black.otf");
  font-weight: 900;
  font-display: swap;
}

/* Featured block */
.bg-featured {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.76) 100%),
    url("public/images/as-featured.png") lightgray no-repeat;
  background-size: cover;
}

@media (max-width: 767.99px) {
  .bg-featured {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.76) 100%),
      url("public/images/as-featured.png") lightgray no-repeat;
    background-size: cover;
  }
}
