﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body, html {
    margin: auto;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    background-image: url(../images/becks-coming-soon-background.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #ffffff;
}



.logo-spacing{

    padding-top:125px;
    padding-bottom:50px;
}


h1 {
    font-size: 3.125rem; /* Exactly 50px (50 ÷ 16) */
    font-family: "Playfair Display", serif;
    margin: 0px;
    line-height: 0.65;
}

p {
    font-size: 1.125rem; /* Exactly 18px (18 ÷ 16) */
    font-family: "Nunito", sans-serif;
    margin: 0px;
    line-height: 1.0;
}

.text-spacing-h{
    padding-bottom:30px;
    
}

.text-spacing-p {
    padding-bottom: 28px;
}


/* ########## CUSTOM CLASSES START ############*/
