@font-face{
    font-family:Chillax;
    src:url(/extern/style/fonts/Chillax-Medium.ttf) format("truetype");
    font-weight:500;
}

@font-face{
    font-family:Chillax;
    src:url(/extern/style/fonts/Chillax-Regular.ttf) format("truetype");
    font-weight:400;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-Bold.ttf) format("truetype");
    font-weight:700;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-SemiBold.ttf) format("truetype");
    font-weight:600;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-Medium.ttf) format("truetype");
    font-weight:500;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-Regular.ttf) format("truetype");
    font-weight:400;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-Light.ttf) format("truetype");
    font-weight:300;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-BoldItalic.ttf) format("truetype");
    font-weight:700;
    font-style: italic;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-MediumItalic.ttf) format("truetype");
    font-weight:500;
    font-style: italic;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-Italic.ttf) format("truetype");
    font-weight:400;
    font-style: italic;
}

@font-face{
    font-family:SourceSans3;
    src:url(/extern/style/fonts/SourceSans3-LightItalic.ttf) format("truetype");
    font-weight:300;
    font-style: italic;
}

/*
Light orange: #ED8B00
Mid orange: #F06400
Blood orange: #EE4C14

Secondary
Green	#009A17
Fresh green: #A9C90E
Aqua blue: #00B1AF
Petrol blue: #004A5D
Steel: #545656

*/
:root {
    --light-orange: #ED8B00;
    --mid-orange: #F06400;
    --blood-orange: #EE4C14;
    --sec-steel: #545656;
    --sec-green: #009A17;
    --ayv-sustainable-turquoise: #73D2D2;
    --ayv-serene-blue: #0F3549;
    --ayv-optimistic-yellow: #FFDC46;
    --ayv-freedom-white: #FFFFFF;
}
body {
    /*font-family: SourceSans3,"ff-meta-web-pro-n4","ff-meta-web-pro",sans-serif;*/
    font-family: SourceSans3,Arial,Helvetica,sans-serif;
    background-color: var(--ayv-freedom-white);
}
h1,h2,h3,h4 {
    font-family:Chillax, Arial ,Helvetica,sans-serif;
    color: var(--ayv-serene-blue,black);
}