:root {
  --bg-darker: #1f1f1f;

  --txt-grey: #777777;
  --txt-muted: #dedede;
  --txt-white: #f0f0f0;
  --txt-white-bright: #ffffff;

  --accent-red: #da0312;

  --font-heading: 'Going Pro Heading', sans-serif;
  --font-body: 'Going Pro Body', serif;

  --height: 68px;
  --slant-angle: 16deg;
  --max-width: 1000px;
}

@font-face {
  font-family: 'Going Pro Heading';
  src:
    local('Druk Cyr'),
    url('../fonts/DrukCyr-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Going Pro Heading';
  src:
    local('Druk Wide Web'),
    url('../fonts/DrukWide-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Going Pro Body';
  src:
    local('Berthold Akzidenz Grotesk'),
    url('../fonts/Berthold-Akzidenz-Grotesk-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Going Pro Body';
  src:
    local('Berthold Akzidenz Grotesk'),
    url('../fonts/Berthold-Akzidenz-Grotesk-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
