@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url('./OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    src: url('./OpenSans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url('./OpenSans/OpenSans-Bold.ttf') format('truetype');
}

/* font Arztsuche-Style */
@font-face {
    font-family: Arzt-Font;
    src: url(./Arzt-Font/arztsuche.ttf);
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.43;
    letter-spacing: normal;
}
