/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.5.5
 Text Domain:  bricks
*/


/* Typography
---------------------------------------------------------------------------- */

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/TTF/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/TTF/Satoshi-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-display: swap;
}

:root {
  --x-font-fallback: -apple-system,"system-ui","BricksExtras",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
