/*
Theme Name: Cornerstone Construction
Theme URI: https://www.linkedin.com/in/gabrielcamatta/
Author: Gabriel Camatta
Author URI: https://www.linkedin.com/in/gabrielcamatta/
Description: Custom theme base for Cornerstone Construction.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: cornerstone-construction
*/

html {
    scroll-behavior: smooth;
    background: #000;
}

body {
    margin: 0;
    background: #000;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
