/*
Theme Name: djduncanjames-dark
Author: Duncan James
Description: Hand-coded dark theme.
Version: 1.0
*/

/* 1. Declare the font precisely */
@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('fonts/helvetica-neue-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap; /* This helps the page load faster */
}

/* 2. Apply it to the whole site */
body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Helvetica Neue Black', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Helvetica Neue Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1.5px; /* Gives it that tight, premium radio look */
}