/*
Theme Name: Maglo
Theme URI: https://maglomedia.com/
Author: Maglo
Author URI: https://maglomedia.com/
Description: Custom WordPress theme for Maglo Media.
Version: 1.0.0
Text Domain: maglo
*/

/* Keep global/base rules here. Page-specific CSS belongs in css/{page}/. */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

img,
video {
    display: block;
    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;
}
