/**
Theme Name: Atrium Security
Author: Atrium Security
Author URI: https://atrium-security.ch
Description: Atrium Security - Switzerland
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: atrium-security
Template: astra
*/


/*Zaf intro-text-change-CSS
introducing-zaf-class {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: white;
}

typing-effect {
    display: inline-block;
    overflow: hidden;
    border-right: 3px solid #E01111; /* Simulates the cursor */
   /* white-space: nowrap;
    width: 0;
    animation: typing 5s steps(40, end), blink-caret .75s step-end infinite;
    color: #E01111;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #E01111; }
}
*/