/* Preffin Brand Fonts - Spaces Site
 * Fonts served from partner.preffin.com for consistency
 */

/* Preffin Sans - Body/UI Font (all weights) */
@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Sans';
    src: url('https://partner.preffin.com/assets/fonts/PreffinSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Preffin Text - Supporting/UI Font (all weights) */
@font-face {
    font-family: 'Preffin Text';
    src: url('https://partner.preffin.com/assets/fonts/PreffinText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Text';
    src: url('https://partner.preffin.com/assets/fonts/PreffinText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Text';
    src: url('https://partner.preffin.com/assets/fonts/PreffinText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Text';
    src: url('https://partner.preffin.com/assets/fonts/PreffinText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Preffin Grotesque - Display/Headlines */
@font-face {
    font-family: 'Preffin Grotesque';
    src: url('https://partner.preffin.com/assets/fonts/PreffinGrotesque-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Preffin Grotesque';
    src: url('https://partner.preffin.com/assets/fonts/PreffinGrotesque-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Custom text selection - Preffin brand colors */
::selection {
    background-color: #AFFF00;
    color: #163300;
}

::-moz-selection {
    background-color: #AFFF00;
    color: #163300;
}
