/*
Theme Name: Aeteluq
Theme URI: N/A
Description: Child theme for Aeteluq
Author: Marc-Antoine Tremblay
Author URI: https://matcreationweb.com
Template: twentytwentyfive
Version: 1.0.0
*/

/* Import parent theme styles */
@import url('../twentytwentyfive/style.css');
@import url('variables.css');
@import url('fonts.css');
@import url('typography.css');
@import url('links.css');
@import url('form.css');
@import url('header.css');
@import url('responsive.css');

/* Import pages styles */
@import url('pages/home.css');
@import url('pages/apropos.css');

/* Import side menu styles */
@import url('side-menu.css');

/* Only add unique or theme-specific styles below this line */

body{
    font-weight: 400;
    font-size: var(--text-regular-font-size, 16px);
}
:root :where(.wp-block-group.is-style-section-5--6){
    background-color:var(--dark-theme-color,rgb(42, 42, 42));
}
:where(.wp-site-blocks *:focus) {
    outline-width: inherit;
    outline-style: inherit;
}

main{
    margin-top:0px !important; /* for some reason wordpress adds a margin to main inline */
}

.nobr{
    white-space: nowrap;
}

.wp-block-cover iframe{
    min-width: 100%;
    height: 800px;
}



footer{
    margin-top:0px;
}