/* TT Travels Next - load font files here once uploaded */
@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TTTravelsNext-Regular.woff2') format('woff2'),
         url('../fonts/TTTravelsNext-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TTTravelsNext-Medium.woff2') format('woff2'),
         url('../fonts/TTTravelsNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TTTravelsNext-Bold.woff2') format('woff2'),
         url('../fonts/TTTravelsNext-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* STRUCTR CSS Variables */
:root {
    --structr-chestnut: #904028;
    --structr-tigers-eye: #AD712A;
    --structr-feldgrau: #4A5A54;
    --structr-jet: #212121;
    --structr-khaki: #B6A690;
    --structr-isabelline: #F3F0EB;
}

h1, h2, h3, h4, h5, h6 {
    /* Playfair Display is the interim heading face until TT Travels Next
       font files are supplied. */
    font-family: 'TT Travels Next', 'Playfair Display', Georgia, serif;
}
