/*
Theme Name: Rye Logistics Park
Author: Cormack Advertising
Version: 1.0.0
Description: A custom WordPress theme for Rye Logistics Park
*/

/* Font Declarations */
@font-face {
    font-family: 'Oakes Grotesk';
    src: url('assets/fonts/OakesGrotesk-Regular.woff2') format('woff2'),
         url('assets/fonts/OakesGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('assets/fonts/OakesGrotesk-Medium.woff2') format('woff2'),
         url('assets/fonts/OakesGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('assets/fonts/OakesGrotesk-SemiBold.woff2') format('woff2'),
         url('assets/fonts/OakesGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('assets/fonts/OakesGrotesk-Bold.woff2') format('woff2'),
         url('assets/fonts/OakesGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Oakes Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
