/*
Theme Name: Zahn Charlottenburg
Description: Custom WordPress theme for zahn-charlottenburg.de dental clinic. Based on the finalized Zahn Wilmersdorf theme structure, styles and components.
Author: 
Version: 1.0.0
Text Domain: zahn-charlottenburg
*/


html, body {
	overflow-x: hidden;
	max-width: 100%;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('assets/fonts/open-sans-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/open-sans-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/open-sans-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('assets/fonts/open-sans-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/raleway-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('assets/fonts/raleway-900.woff2') format('woff2');
}