@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");

@font-face {
    font-family: 'Akrobat';
    src: url("../assets/fonts/akrobat/Akrobat-Regular.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url("../assets/fonts/akrobat/Akrobat-ExtraBold.otf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font: 16px/1.5 Akrobat, sans-serif ;
    color: #004890;
}

body, form, input, option, select, textarea, table, th, td {
    font: inherit;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    margin: 0.3em 0 0.5em 0;
    font-weight: normal;
}

h1 {
    font-size: 2.40em;
}

h2 {
    font-size: 2.00em;
}

h3 {
    font-size: 1.70em;
}

h4 {
    font-size: 1.50em;
}

h5 {
    font-size: 1.30em;
}

h6 {
    font-size: 1.15em;
}

p, ul, ol {
    padding-bottom: 1.5em;
}

ul, ol {
    padding-left: 2em;
}

li {
    padding-left: 0.5em;
}

ul ul, ul ol, ol ul, ol ol {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

blockquote {
    padding: 1rem;
    font-style: italic;
    opacity: 0.5;
}

blockquote .quote:before, blockquote .quote:after {
    content: '"';
    padding: 0 0.2em;
}

blockquote .author {
    text-align: right;
}

blockquote .author:before {
    display: inline-block;
    content: "â€’";
    padding-right: 0.5em;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
}