/**
 * Copyright © VNG Realisatie 2018
 * Licensed under the EUPL
 */

pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px; }
code { padding: 5px; color: #000; background-color: #f6f8fa; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #212121;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

h4 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.3;
    font-size: 1.6rem;
}

.btn-primary {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.8;
    padding: 0.5rem 1rem;
    background-color: #FEBF24;
    color: white;
    border-color: transparent;;
    padding-top: 8px;
    padding-bottom: 10px;
    word-spacing: 1px;
}

.btn-primary:hover {
    /* color: #212529; */
    background-color: #fbb301;
    border-color: transparent;
}
