/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra lapsteema. Sisaldab Brandon Text kohandatud fonte, mis säilivad Astra teema uuendamisel.
 Author:       Marselling
 Author URI:   https://marselling.com/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* ============================================================
   Brandon Text – @font-face
   Fondifailid asuvad: wp-content/uploads/fonts/
   Teed on suhtelised SELLE faili (style.css) suhtes:
     ../../uploads/fonts/  =  wp-content/uploads/fonts/
   (Töötab ka alamkausta-installatsioonis – ei sõltu domeenist.)
   Kaalud: Thin 100 · Light 300 · Regular 400 · Medium 500 · Bold 700 · Black 900
   ============================================================ */

@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('../../uploads/fonts/BrandonText-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ============================================================
   Brandon Texti rakendamine kogu saidile.
   Laetakse Astra CSS-i JÄREL (vt functions.php sõltuvust
   'astra-theme-css'), seega pole !important vaja.
   Ikoonifonte (Font Awesome, eicons) EI puudutata.
   ============================================================ */

body,
button,
input,
select,
optgroup,
textarea,
.ast-container {
  font-family: 'Brandon Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: 'Brandon Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Elementori vidinad */
.elementor-widget-container,
.elementor-heading-title,
.elementor-button {
  font-family: 'Brandon Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
