/*
Theme Name: QR Login Theme
Theme URI:  https://victoryatl.com/
Author:     Victory Church
Description: Redirects all visitors to a custom QR Generator login
Version:    1.0
*/

@import url('https://use.typekit.net/iyg3yhb.css');

html,
body,
#root {
    font-family: proxima-nova, sans-serif !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #f4f4f5;
    /* background: linear-gradient(to bottom right, #1E1E1E, #2F1749 64%) !important; */
    background-repeat: no-repeat !important;
}

#login {
    display: none !important;
}

.text-red-300 a,
.text-cyan-200 a {
    text-decoration: underline;
    text-underline-offset: 2px;
    /* Optional: makes the underline a bit lower */
}