/*!
Theme Name: LicornesNumeriques
Author: LicornesNumeriques
Description: This is a child theme to the twentytwentyfive theme version 1.2.14
Template: twentytwentyfive
Version: 1.0.11
*/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

.hero h1{
    font-family: "Onest", sans-serif;
    font-size: 72px;
    font-weight: 900;
}

.hero .background{
    width: 200%;
    height: 300%;
}

.test {
    background-color: red !important;
}

.has-global-padding {
    padding-left: 0;
    padding-right: 0;
}

.has-global-padding > .alignfull{
    margin-left: 0;
    margin-right: 0;
}

/* .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 100%;
} */