@font-face {
    font-family: "National 2";
    src: url("/templates/default/styles/qrecall/font/national-2-regular.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "National 2";
    src: url("/templates/default/styles/qrecall/font/national-2-regular-italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "National 2";
    src: url("/templates/default/styles/qrecall/font/national-2-medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "National 2";
    src: url("/templates/default/styles/qrecall/font/national-2-medium-italic.woff2");
    font-weight: 500;
    font-style: italic;
}

/*
body {
    font: 16px sans-serif;
    line-height: 1.5;
    font-synthesis: none;
    font-family: "National 2", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
        Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    background: #f7f9fa;
    white-space: normal;
}*/

/*a {
    color: inherit;
    text-decoration: underline;
}*/

/*strong {
    font-weight: 500;
}*/

/*hr {
    margin: 2rem 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    opacity: 0.9;
}*/

.content_wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 1rem;
    padding-right: 1rem;
    
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    font: 16px sans-serif;
    line-height: 1.5;
    font-synthesis: none;
    font-size: 0.75em;
    font-family: "National 2", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
        Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    /*background: #f7f9fa;*/
    white-space: normal;
}

.content_wrapper a:link {
    color: black;
}

.content_wrapper a:visited {
    color: black;
}

