@font-face {font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
font-weight: bold;font-style: normal;font-display: swap;}

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

@font-face {font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
font-weight: normal;font-style: normal;font-display: swap;}


@font-face {font-family: 'Work Sans';
src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),url('../fonts/WorkSans-Bold.woff') format('woff');
font-weight: bold;font-style: normal;font-display: swap;}

@font-face {font-family: 'Work Sans';
src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),url('../fonts/WorkSans-Regular.woff') format('woff');
font-weight: normal;font-style: normal;font-display: swap;}



/*
Astoria Sans Roman
font-family: "astoria-sans", sans-serif;
font-weight: 400;
font-style: normal;

Astoria Sans Roman Italic
font-family: "astoria-sans", sans-serif;
font-weight: 400;
font-style: italic;

Astoria Sans Bold
font-family: "astoria-sans", sans-serif;
font-weight: 700;
font-style: normal;

Astoria Sans Bold Italic
font-family: "astoria-sans", sans-serif;
font-weight: 700;
font-style: italic;

Astoria Sans RomanCondensed
font-family: "astoria-sans-condensed", sans-serif;
font-weight: 400;
font-style: normal;

Astoria Sans Bold Condensed
font-family: "astoria-sans-condensed", sans-serif;
font-weight: 700;
font-style: normal;
*/

:root {
    --primary-font: "Work Sans", sans-serif;
    --secondary-font: "Playfair Display", sans-serif;
    --avenir-font: "astoria-sans", sans-serif;
}



