/*
Theme Name: WP-Aforizma
Text Domain: wp-aforizma
Author: Süleyman ÜSTÜN
Author URI: http://www.suleymanustun.com
Description: Aforizma.TR için hazırlanan Wordpress teması.
Version: 1.0.0
*/

body {
  background-color: #ECEDEF;
}

@media (min-width: 1200px) {
  .container {
    width: 980px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 980px !important;
  }
}

/* Font Awesome Solid için Tam Tanım */
@font-face {
  font-family: 'Font Awesome 7 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap !important;
  src: url('https://www.aforizma.tr/wp-content/themes/wp-aforizma/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Font Awesome Brands için Tam Tanım */
@font-face {
  font-family: 'Font Awesome 7 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap !important;
  src: url('https://www.aforizma.tr/wp-content/themes/wp-aforizma/webfonts/fa-brands-400.woff2') format('woff2');
}