@font-face {
  font-family: 'A2 Gothic X Condensed';
  src: url('../fonts/A2GothicXCondensed-Regular.woff2') format('woff2'),
       url('../fonts/A2GothicXCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic Condensed';
  src: url('../fonts/A2GothicCondensed-Medium.woff2') format('woff2'),
       url('../fonts/A2GothicCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic';
  src: url('../fonts/A2Gothic-Medium.woff2') format('woff2'),
       url('../fonts/A2Gothic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic X Condensed';
  src: url('../fonts/A2GothicXCondensed-SemiBold.woff2') format('woff2'),
       url('../fonts/A2GothicXCondensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic';
  src: url('../fonts/A2Gothic-Light.woff2') format('woff2'),
       url('../fonts/A2Gothic-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic';
  src: url('../fonts/A2Gothic-Regular.woff2') format('woff2'),
       url('../fonts/A2Gothic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic X Condensed';
  src: url('../fonts/A2GothicXCondensed-Bold.woff2') format('woff2'),
       url('../fonts/A2GothicXCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic';
  src: url('../fonts/A2Gothic-Bold.woff2') format('woff2'),
       url('../fonts/A2Gothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A2 Gothic Condensed';
  src: url('../fonts/A2GothicCondensed-Regular.woff2') format('woff2'),
       url('../fonts/A2GothicCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'A2 Gothic', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: 'A2 Gothic X Condensed', 'A2 Gothic', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p, a, li, button {
  font-family: 'A2 Gothic', sans-serif;
}