@import url("https://use.typekit.net/ndy3nvv.css");
@import url("https://use.typekit.net/cbn5hck.css");

html {
    background-color: #efebe7;
    font-size: 62.5%;
}

body {
    font-family: "abril-text", serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 2.00rem;
    line-height: 3.2rem;
    color: rgb(38,38,38);
}

a:link, a:visited {
    color: rgb(0,83,62);
    text-decoration: underline;
}

a:hover {
    color: rgb(0,83,62);
    text-decoration: none;
}

h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 3.60rem;
    line-height: 4.0rem;
    color: rgb(38,38,38);
}

h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2.40rem;
    line-height: 2.8rem;
    color: rgb(38,38,38);
}

img {
    border: none;
}

.panel_with_padding {
    padding: 10px;
    border: 8px solid #efebe7;
}

.responsive_width {
    width: 400px;
    max-width: 100%;
}

.responsive_width_table {
    width: 60%;
    max-width: 100%;
    table-layout: fixed;
}

    .responsive_width_table td {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }