/*
 Theme Name:   Project Theme
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     canvas
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  project-theme
*/

@view-transition {
    navigation: auto;
}

::view-transition-group(root) {
    animation-duration: 1s;
}

:root {
    --pt-brown: #2D231E;
}

.canvas {
    --canvas-aos-distance: 100px;
    --canvas-aos-distance-negative: -100px;
}

body.canvas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

.site-header__main .container,
.site-footer .container {
    width: min(96vw, var(--canvas-container-max));
}

.cde-wide-text.cde-image-header.has-bgimage > .wrapper {
    position: static;
}
