/* 
    © 2025 Perth Toilet Hire 
    Designed by Joshua Maquiling — Vanilla Agency
    Last Updated: 11-19-2025
*/

@font-face {
    font-family: 'SFPro';
    font-weight: 200;
    src: url(/fonts/SFProDisplayUltralight.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 200;
    font-style: italic;
    src: url(static/fonts/SFProDisplayUltralightItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 300;
    src: url(/fonts/SFProDisplayThin.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 300;
    font-style: italic;
    src: url(/fonts/SFProDisplayThinItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 400;
    src: url(/fonts/SFProDisplayLight.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/SFProDisplayLightItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 500;
    src: url(/fonts/SFProDisplayRegular.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 500;
    font-style: italic;
    src: url(/fonts/SFProDisplayRegularItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 600;
    src: url(/fonts/SFProDisplayMedium.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 600;
    font-style: italic;
    src: url(/fonts/SFProDisplayMediumItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 700;
    src: url(/fonts/SFProDisplaySemibold.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 700;
    font-style: italic;
    src: url(/fonts/SFProDisplaySemiboldItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 800;
    src: url(/fonts/SFProDisplayBold.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 800;
    font-style: italic;
    src: url(/fonts/SFProDisplayBoldItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 900;
    src: url(/fonts/SFProDisplayHeavy.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 900;
    font-style: italic;
    src: url(/fonts/SFProDisplayHeavyItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 1000;
    src: url(/fonts/SFProDisplayBlack.woff) format('woff')
}

/* San Francisco Rounded */

@font-face {
    font-family: 'SFProRounded';
    font-weight: 200;
    src: url(/fonts/SFProRoundedUltralight.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 300;
    src: url(/fonts/SFProRoundedThin.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 400;
    src: url(/fonts/SFProRoundedLight.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 500;
    src: url(/fonts/SFProRoundedRegular.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 600;
    src: url(/fonts/SFProRoundedMedium.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 700;
    src: url(/fonts/SFProRoundedSemibold.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 800;
    src: url(/fonts/SFProRoundedBold.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 900;
    src: url(/fonts/SFProRoundedHeavy.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 1000;
    src: url(/fonts/SFProRoundedBlack.otf) format('opentype');
}

/* Springs Note Handwriting */

@font-face {
    font-family: 'SpringsNote';
    font-weight: 500;
    src: url(/fonts/SpringsNoteRegular.otf) format('opentype');
}

@font-face {
    font-family: 'SpringsNote';
    font-weight: 600;
    src: url(/fonts/SpringsNoteBold.otf) format('opentype');
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

body {
    font-family: SFPro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 16px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 32px
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 980px;
    padding: 24px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto
}

.logo {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-user-drag: none;
    margin-bottom: 3em
}

h1 {
    font-family: SFPro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 800;
    font-size: 1.5em;
    color: #0f172a;
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: 1em;
}

.title {
    position: relative;
    top: 15px;
    font-family: SFPro, system-ui;
    font-weight: 500;
    font-size: 1.2em;
    color: #5c5c5c;
}

.subtitle {
    font-family: SFPro, system-ui;
    font-weight: 600;
    font-size: 1.05em;
    background: rgba(255, 0, 0, 0.06);
    color: #ff0000;
    padding: 10px 15px;
    border-radius: 999px;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    word-wrap: break-word;
}

a,
p {
    color: #334155
}

@media (max-width:420px) {
    body {
        padding: 16px
    }

    .container {
        padding: 16px;
        border-radius: 14px;
        gap: 10px
    }

    .logo {
        width: 160px
    }

    h1 {
        font-size: 1.5em
    }

    .subtitle {
        display: inline-block;
        font-size: 16px;
        padding: 5px 6px;
        max-width: 210px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
       padding: 0;
    }

    .title {
        top: 1px;
        font-size: 1em;
    }

}

@media (min-width:421px) and (max-width:1199px) {
    body {
        padding: 28px
    }

    .container {
        padding: 28px;
        gap: 14px
    }

    .logo {
        width: 240px
    }

    h1 {
        font-size: 1.75em
    }

    .subtitle {
        font-size: 0.95em;
        padding: 6px 12px
    }
}

@media (min-width:1200px) {
    body {
        padding: 48px
    }

    .container {
        padding: 48px;
        gap: 24px
    }

    .logo {
        width: 360px
    }

    h1 {
        font-size: 2.5em
    }

    .subtitle {
        font-size: 1.05em;
        padding: 8px 14px
    }
}