/*======================================
Theme Name: Dayly Divi Child
Theme URI: https://divicake.com/
Description: Dayly Divi Child
Version: 1.0
Author: SEOhaj
Author URI: https://seohaj.dk
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Self-hosted fonts - erstatter Google Fonts */
@font-face {
    font-family: 'Alata';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/Dayly-Child/fonts/alata-v12-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/Dayly-Child/fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/wp-content/themes/Dayly-Child/fonts/open-sans-v44-latin-500.woff2') format('woff2');
}
.logo_container img#logo {
    width: 309px;
    height: 64px;
    aspect-ratio: 309 / 64;
}