@font-face {
    font-family: MultieditFont;
    src: url(fonts/montserrat_5.2.6/montserrat-latin-300-normal.woff)
}

@font-face {
    font-family: MultieditFontTitel;
    src: url(fonts/Swansea.ttf);
}

:root {
    --beigegelb: #FFF5E4;
    --gelbgelb: #ffa725;
    --dunkelgruen: #6A9C89;
    --schwarz: black;
    --hellgruen: #c1d8c3;
    --dunkelbeige: #CAC1B1;
    --font1: MultieditFont;
    --font2: Helvetica, Times, Sans-Serif;
    --font3: MultieditFontTitel;
}

