@font-face {
    font-family: 'droid_sans';
    src: url('https://media.equinemediaworld.com/horsetrailerworld/fonts/DroidSans.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'droid_sans';
    src: url('https://media.equinemediaworld.com/horsetrailerworld/fonts/DroidSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.fw-bold {
    font-family: 'droid_sans', Arial, sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
}

html {
    font-size: 18px;
}

body {
    font-family: 'droid_sans', Arial, sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

h2 {
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

a { 
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-brand-red);
}