/* FONTS */

/* Bricolage Grotesque */
@font-face {
    font-family: "BricolageGrotesque";
    src: url("../../assets/fonts/bricolage-grotesque/bricolage-grotesque-extralight-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque";
    src: url("../../assets/fonts/bricolage-grotesque/bricolage-grotesque-regular-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque";
    src: url("../../assets/fonts/bricolage-grotesque/bricolage-grotesque-medium-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque";
    src: url("../../assets/fonts/bricolage-grotesque/bricolage-grotesque-bold-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque";
    src: url("../../assets/fonts/bricolage-grotesque/bricolage-grotesque-extrabold-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* FK Screamer */
@font-face {
    font-family: "FKScreamer";
    src: url("../../assets/fonts/fk-screamer/fk-screamer-regular-400.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FKScreamer";
    src: url("../../assets/fonts/fk-screamer/fk-screamer-bold-700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FKScreamer";
    src: url("../../assets/fonts/fk-screamer/fk-screamer-black-900.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Helvetica Neue LT Std */
@font-face {
    font-family: "HelveticaNeueLTStd";
    src: url("../../assets/fonts/helvetica-neue-lt-std/helvetica-neue-regular-extended-400.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNeueLTStd";
    src: url("../../assets/fonts/helvetica-neue-lt-std/helvetica-neue-medium-500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNeueLTStd";
    src: url("../../assets/fonts/helvetica-neue-lt-std/helvetica-neue-bold-extended-900.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* COLORS */
:root {
    --color-pale-red: #FEFBFA;
    --color-beige: #FEF6E6;
    --color-blue: #C6E3FF;
    --color-yellow: #FEC930;
    --color-pink: #EE83A4;
    --color-orange: #FF7520;
    --color-dark-orange: #FE5400;
    --color-red: #D63C24;
    --color-brown: #986706;
    --color-black: #000000;
}