@import url("https://use.typekit.net/zdr5cpz.css");

nav {
    font-family: derotterdam;
}

h1, h2, h3, h4, h5, h6 {
    font-family: wafflesoft;
}

h1 {
    font-size: 22pt;
    border-bottom: 2px solid darkgrey;
}

h2 {
    font-size: 18pt;
    border-bottom: 1px solid lightgrey;    
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 10pt;
}

h6 {
    font-size: 8pt;
}

p {
    font-size: 12pt;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@font-face {
    font-family: "uknumberplate";
    src: url("../fonts/uknumberplate.woff") format("woff");
}

@font-face {
    font-family: "derotterdam";
    src: url("../fonts/derotterdam.woff") format("woff");
}

@font-face {
    font-family: "wafflesoft";
    src: url("../fonts/wafflesoft.woff") format("woff");
}
