/*
Theme Name: ibi-theme
Theme URI: vis-ibi-lity.com
Author: ibi
Author URI: vis-ibi-lity.com
Description: My theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ibi-theme
*/

/* Headings */
h1 {
  font-family: 'GodinaR', sans-serif;
  font-weight: 700;
  color: #1B11B1; /* brand */
}

h2 {
  font-family: 'GodinaR', sans-serif;
  font-weight: 400;
  color: #1B11B1;
}

h3 {
  font-family: 'GodinaR', sans-serif;
  font-weight: 300;
  color: #1B11B1;
}

/* Paragraphs */
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1E1926; /* dark */
}

/* Links */
a {
  color: #1B11B1;
  text-decoration: underline;
}

/* Buttons */
button,
.wp-block-button__link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background-color: #FFD23F; /* accent */
  color: #1E1926; /* dark */
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0.75em 1.5em;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

button:hover,
.wp-block-button__link:hover {
  background-color: #1B11B1; /* brand */
  color: #FBF8FF; /* bright */
}

.site-logo img {
  max-width: 150px;
  height: auto;
}

@media (max-width: 768px) {
  .site-logo img {
    max-width: 100px;
  }
  .header-page-title {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
}
 