@font-face {
  font-family: "Margarine";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/subway-runner/rs/fonts/Margarine-Regular.woff2") format("woff2"),
       url("/themes/subway-runner/rs/fonts/Margarine-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Sedgwick Ave Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/subway-runner/rs/fonts/SedgwickAveDisplay-Regular.woff2") format("woff2"),
       url("/themes/subway-runner/rs/fonts/SedgwickAveDisplay-Regular.ttf") format("truetype");
}

:root {
  --font-body: "Margarine", cursive, Arial, Helvetica, sans-serif;
  --font-heading: "Sedgwick Ave Display", cursive, Arial, Helvetica, sans-serif;
  --font-geist-sans: "Margarine", cursive, Arial, Helvetica, sans-serif;
  --default-font-family: "Margarine", cursive, Arial, Helvetica, sans-serif;
}

@layer base {
  html,
  body {
    font-family: "Margarine", cursive, Arial, Helvetica, sans-serif !important;
  }
}

html,
body,
body *:not(.game-title):not(.item-title):not(.play-now):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: "Margarine", cursive, Arial, Helvetica, sans-serif !important;
}

font {
  font-family: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.game-title,
.item-title,
.play-now,
.heygamenav-title,
.home-title,
.page-title-section h1,
.grid-title h1,
.game-description .game-obj h1,
.game__content h1,
.bottom-text h1,
.header-logo-link,
#header_game .game-title,
.grid-title h1 {
  font-family: "Sedgwick Ave Display", cursive, Arial, Helvetica, sans-serif !important;
}
