﻿@import 'net-promoter-score.css';
@import 'organizations-and-roles.css';
@import 'action-footer.css';

body {
    font-family: founders-grotesk,Raleway,-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";
}

section {
    padding-bottom: 30px;
    padding-top: 15px;
    border-bottom: 1px gray solid;
}

    section:last-of-type {
        border-bottom: none;
    }

@font-face {
    font-family: founders-grotesk;
    src: url(/fonts/FoundersGroteskWeb-Regular.woff2);
}

.btn {
    font-weight: 100;
}

.modal.show .modal-dialog:focus {
    outline-width: 0px;
}
