
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/* Font Imports */
@font-face {
    font-family: 'Eskorte-Latin';
    src: url('../fonts/Eskorte-Latin.otf') format('opentype');
}

@font-face {
    font-family: 'Eskorte-Latin-Bold';
    src: url('../fonts/Eskorte-Latin-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Eskorte-Latin-SemiBold';
    src: url('../fonts/Eskorte-Latin-SemiBold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Wondar Quason';
    src: url('../fonts/Wondar Quason Free.ttf') format('truetype');
}

.brightest-tomorrow {
    font-family: 'Pacifico', cursive;
    font-size: 1rem;
}

.brightest-tomorrow a {
    color: #db9f5b; /* Mustard color for links in this section */
}

.brightest-tomorrow a:visited {
    color: #db9f5b; /* Keeps the visited link color the same */
}


/* Reset default margins and paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Ensure the body has no margin or padding */
html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Header text styling */
header h1 {
    font-family: 'Eskorte Latin Extrabold', sans-serif;
    color: #db9f5b; /* Light Pale color */
    text-align: right;
    margin-right: 0;
}

.mustard-link {
    color: #db9f5b; /* Mustard color for this specific link */
}

.mustard-link:visited {
    color: #db9f5b; /* Keeps the visited link color the same */
}


/* Paragraph styling */
p {
    font-family: 'Inter', sans-serif;
    color: #596e86; /* Slate color for text */
    font-size: 14px;
    font-weight: normal;
}

p {
    margin-top: 5px;
}

h2 {
    font-family: 'Eskorte-Latin-SemiBold', serif;
    font-style: italic; /* Ensures italics are applied */
    color: #062d3a; /* Dark Blue color */
    margin-bottom: -50px; /* Space below the H2 */
    text-align: center; /* Center-align the header */
}

.highlight-text {
    color: #db9f5b;
    font-weight: bold; /* Optional for emphasis */
}
