/**
 * Custom CSS
 *
 * This file is for your custom styles.
 * You can add any CSS rules here to customize the Ghost theme.
 *
 * Note: Changes made directly to this file may be overwritten during theme updates.
 * It's recommended to use the Code Injection feature in Ghost for persistent customizations.
 */

/* Your custom CSS goes below this line */

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Bold.woff2") format("woff2");
  unicode-range:U+0000-00FF;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2");
  unicode-range:U+0000-00FF;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-RegularItalic.woff2") format("woff2");
  unicode-range:U+0000-00FF;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

    :root {
        --font-family-headings: "Satoshi", Arial, sans-serif;
	    --font-family-body: "Satoshi", Arial, sans-serif;
    }

.home-hero > figure {
    max-width: 15.367%;
}

.button.navbar-subscribe {
  display: none !important;
}
