/*
Theme Name: Thai Custom Combat
Theme URI: https://combatfightequipment.com
Author: KTD
Author URI: https://combatfightequipment.com
Description: Custom theme for Thai Custom Combat fight gear website
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: thai-custom-combat
*/

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Barlow+Condensed:wght@400;600;700&display=swap");

:root {
  --black: #0a0a0a;
  --white: #f5f3ef;
  --red: #c8102e;
  --red-dark: #9e0c23;
  --grey-light: #e8e5e0;
  --grey-mid: #a0998f;
  --grey-dark: #2a2825;
  --gold: #b8943f;
  --font-display: 'Bebas Neue', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
}
