/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'Simplonbp webfont';
    src: url('https://uploads-ssl.webflow.com/62b39659f94d6c0c993d01ce/62b39659f94d6c10493d01eb_simplonbp-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simplonbp webfont';
    src: url('https://uploads-ssl.webflow.com/62b39659f94d6c0c993d01ce/62b39659f94d6c55c13d01ea_simplonbp-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simplonbp webfont';
    src: url('https://uploads-ssl.webflow.com/62b39659f94d6c0c993d01ce/62b39659f94d6c16db3d01ed_simplonbp-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simplonoi headline';
    src: url('https://uploads-ssl.webflow.com/62b39659f94d6c0c993d01ce/62b39659f94d6c49263d01f5_simplonoi-headline.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 16px;
    font-family: "Simplonbp webfont", sans-serif;
    color: var(--dark-gray);

    @media screen and (min-width: 600px) {
        font-size: calc(16px + .1vw);
    }

    @media screen and (min-width: 800px) {
        font-size: calc(16px + .2vw);
    }

    @media screen and (min-width: 1000px) {
        font-size: calc(16px + .3vw);
    }
}

h1 {
    font-size: 2.4rem;
    font-weight: bold;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

h5 {
    font-size: 1.3rem;
    font-weight: 500;
}

h6 {
    font-size: 1.1rem;
}

p {
    font-size: 1rem;
}

a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}