@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-<uniquifier > {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body {
    background: #FDF0D5;
    font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 960px;
    background: white;
}

h1,
h2,
h3,
h4,
h5 {
    color: #003049;
}

a {
    color: #780000;
}

a:hover {
    color: #C1121F;
}

a.btn {
    background-color: #780000;
    color: white;
}

a.btn:hover {
    background-color: #C1121F;
    color: white;
}

.navbar {
    background: #780000;
}

/* Colour palette
 * #780000
 * #C1121F
 * #FDF0D5
 * #003049
 * #669BBC
 * Src = https://coolors.co/palette/780000-c1121f-fdf0d5-003049-669bbc
 * /
