html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* PostGrotesk-Bold */
@font-face {
  font-family: 'PostGrotesk-Bold';
  src: url('../fonts/PostGrotesk-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-BoldItalic */
@font-face {
  font-family: 'PostGrotesk-BoldItalic';
  src: url('../fonts/PostGrotesk-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* PostGrotesk-Book */
@font-face {
  font-family: 'PostGrotesk-Book';
  src: url('../fonts/PostGrotesk-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-BookItalic */
@font-face {
  font-family: 'PostGrotesk-BookItalic';
  src: url('../fonts/PostGrotesk-BookItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* PostGrotesk-Medium */
@font-face {
  font-family: 'PostGrotesk-Medium';
  src: url('../fonts/PostGrotesk-Medium.woff2') format('woff2');
  font-weight: 500; /* Or "medium" depending on your font file */
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-MediumItalic */
@font-face {
  font-family: 'PostGrotesk-MediumItalic';
  src: url('../fonts/PostGrotesk-MediumItalic.woff2') format('woff2');
  font-weight: 500; /* Or "medium" depending on your font file */
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'PostGrotesk-Book', Arial, sans-serif;
  font-weight: 400;
  color: black;
}

body h1,
body h2,
body h3,
body h4,
body p.heading {
  color: #242527;
  font-weight: 600;
  font-family: 'PostGrotesk-Bold', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
}
