/**
 * Theme Name: Top Drive Child
 * Template:   topdrive
 *
 * @format
 */

/* Fonts */
/* X (Twitter) logo from Font Awesome 6 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff") format("woff");
}

.fa-x-twitter:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b"; /* Unicode for X logo */
}


@font-face {
  font-family: 'GT-Walsheim';
  src: url('fonts/GT-Walsheim-Regular.woff2') format('woff2'),
       url('fonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('fonts/GT-Walsheim-Medium.woff2') format('woff2'),
       url('fonts/GT-Walsheim-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('fonts/GT-Walsheim-Bold.woff2') format('woff2'),
       url('fonts/GT-Walsheim-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('fonts/GT-Walsheim-Ultra-Bold.woff2') format('woff2'),
       url('fonts/GT-Walsheim-Ultra-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim';
  src: url('fonts/GT-Walsheim-Black.woff2') format('woff2'),
       url('fonts/GT-Walsheim-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
