:root {
    --colourBrand: #015973;
    --colourBrandSecondary: #7a97a3;
    --colourBackground: #fcfcfc;
    --layoutWidth: 1400px;
    --headerHeight: 100px;
    --colourPlaceholder: #D3FFDD;
    --colourBorder: #C8C8C8;
    --layoutShadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);

    @media (max-width: 768px) {
        --headerHeight: 150px;
    }
}

@font-face {
    font-family: 'Merriweather';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Merriweather/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Merriweather/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Merriweather';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Merriweather/Merriweather-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Inter/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Inter/Inter-ExtraBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Inter Black';
    src: url('https://cdn.taurusnetwork.uk/static/fonts/Inter/Inter-Black.ttf');
}